mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
15 lines
277 B
YAML
15 lines
277 B
YAML
name: covector status
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
covector:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: covector status
|
|
uses: jbolda/covector/packages/action@main
|
|
id: covector
|
|
with:
|
|
command: 'status'
|