feat(ci): setup

This commit is contained in:
Lucas Nogueira
2021-09-28 10:10:07 -03:00
parent a47dc390e2
commit f71e328850
9 changed files with 272 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: covector status
on: [pull_request]
jobs:
covector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: covector status
uses: jbolda/covector/packages/action@covector-v0
with:
command: 'status'