Skip to content

Commit

Permalink
Severity change from style to error
Browse files Browse the repository at this point in the history
This change is because de operator "op" is used in conditional case in script
  • Loading branch information
mateuscomh authored Oct 14, 2024
1 parent 69e63e2 commit e545efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shell-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
BASH_SEVERITY: "style"
BASH_SEVERITY: "error"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run-shellcheck:
Expand Down

0 comments on commit e545efe

Please sign in to comment.