TEST commit

This commit is contained in:
Ilir Bekteshi 2021-10-07 09:22:08 +02:00
parent c38eb81906
commit e2dcb8c42f

View file

@ -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