Skip to content

Commit

Permalink
TEST commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiqlik committed Oct 7, 2021
1 parent c38eb81 commit e2dcb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e2dcb8c

Please sign in to comment.