mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
15 lines
279 B
YAML
15 lines
279 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@master
|
||
|
id: covector
|
||
|
with:
|
||
|
command: 'status'
|