mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
17 lines
359 B
YAML
17 lines
359 B
YAML
name: covector status
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
covector:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0 # required for use of git history
|
|
- name: covector status
|
|
uses: jbolda/covector/packages/action@covector-v0.7
|
|
id: covector
|
|
with:
|
|
command: 'status'
|