mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
16 lines
302 B
YAML
16 lines
302 B
YAML
name: covector status
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
covector:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- name: covector status
|
|
uses: jbolda/covector/packages/action@covector-v0
|
|
with:
|
|
command: 'status'
|