Files
window-shadows/.github/workflows/covector-status.yml
Amr Bashir e754acb2a5 ci: update actions (#58)
* update actions

* renames

* fix test

* matrix os -> platform
2023-10-24 04:21:50 +03:00

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'