mirror of
https://github.com/tauri-apps/reserved-plugins.git
synced 2026-01-31 00:55:19 +01:00
19 lines
429 B
YAML
19 lines
429 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.12
|
|
id: covector
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
command: 'status'
|
|
comment: true
|