mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-22 14:21:03 -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
|
- id: lint-all-no-warnings
|
||||||
name: lint all - no warnings (continue on error)
|
name: lint all - no warnings (continue on error)
|
||||||
# continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
file_or_dir: test
|
file_or_dir: test
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
- id: default-lint-all
|
- id: default-lint-all
|
||||||
name: default lint all (continue on error)
|
name: default lint all (continue on error)
|
||||||
# continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
- id: print-output
|
- id: print-output
|
||||||
|
|
Loading…
Reference in a new issue