mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
16 lines
302 B
YAML
Executable File
16 lines
302 B
YAML
Executable File
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'
|