mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
Create validate.yml
This commit is contained in:
parent
8b0bdd42ed
commit
9512886306
1 changed files with 16 additions and 0 deletions
16
.github/workflows/validate.yml
vendored
Normal file
16
.github/workflows/validate.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check for todo0
|
||||
run: '! grep -r "todo0" --exclude-dir=workflows .'
|
||||
- name: Check for todo1
|
||||
run: '! grep -r "todo1" --exclude-dir=workflows .'
|
||||
- name: Check for todo2
|
||||
run: '! grep -r "todo2" --exclude-dir=workflows .'
|
||||
- name: Check for skip() in tests
|
||||
run: '! grep -r "skip(" --exclude-dir=workflows tests/'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue