mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
set continue-on-error to true
This commit is contained in:
parent
9512886306
commit
d182df4458
1 changed files with 1 additions and 0 deletions
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
|
|
@ -3,6 +3,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check for todo0
|
- name: Check for todo0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue