mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 22:00:57 -05:00
Continue on error
This commit is contained in:
parent
4158fef109
commit
5ae2508648
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- id: lint-all-continue
|
||||
name: lint all (continue on error)
|
||||
# continue-on-error: true
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
with:
|
||||
file_or_dir: test
|
||||
|
|
Loading…
Reference in a new issue