mirror of
https://github.com/tauri-apps/window-shadows.git
synced 2026-02-04 02:31:23 +01:00
15 lines
284 B
YAML
15 lines
284 B
YAML
name: covector status
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
covector:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: covector status
|
|
uses: jbolda/covector/packages/action@covector-v0
|
|
id: covector
|
|
with:
|
|
command: 'status'
|