mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 23:51:43 +03:00
e130c3ca56
* Update change-status-on-PR.yml * Update pr-version-updates.yml
15 lines
288 B
YAML
15 lines
288 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@covector-v0.1.0
|
|
id: covector
|
|
with:
|
|
command: 'status'
|