Skip to content

Commit 6437469

Browse files
authored
change super-linter repo and Bash linting level (#529)
* change super-linter repo Changed super-linter link to conform with change: > NOTICE: If your use of the super-linter action failed around April 26th, 2023, we changed the organization name from github to super-linter so you will need to update your references to this action from github/super-linter to super-linter/super-linter. * Update .github/workflows/lint.yml add BASH_SEVERITY settings
1 parent a5e9b0e commit 6437469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
# Full git history is needed to get a proper list of changed files within `super-linter`
1616
fetch-depth: 0
1717
- name: Lint Code Base
18-
uses: github/super-linter@v5
18+
uses: super-linter/super-linter@v5
1919
env:
2020
VALIDATE_ALL_CODEBASE: false
21+
BASH_SEVERITY: error
2122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)