change-status-on-PR.yml 323 B

12345678910111213141516
  1. name: covector status
  2. on: [pull_request]
  3. jobs:
  4. covector:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. with:
  9. fetch-depth: 0
  10. - name: covector status
  11. uses: jbolda/covector/packages/action@covector-v0
  12. id: covector
  13. with:
  14. command: 'status'