mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 22:00:57 -05:00
parent
7ba67d50f3
commit
4158fef109
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- id: lint-all-no-warnings
|
||||
name: lint all - no warnings (continue on error)
|
||||
# continue-on-error: true
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
with:
|
||||
file_or_dir: test
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- id: default-lint-all
|
||||
name: default lint all (continue on error)
|
||||
# continue-on-error: true
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
|
||||
- id: print-output
|
||||
|
|
Loading…
Reference in a new issue