Skip to content

Commit

Permalink
moving bash linter to sh-check
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws committed Feb 14, 2024
1 parent 38154ca commit 3683dee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/sh-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint Bash
on:
pull_request:
branches: [main]
paths:
- "aws-cli/**"
workflow_dispatch:
jobs:
sh-checker:
name: Lint Bash
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Bash
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true
1 change: 0 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
VALIDATE_PYTHON_BLACK: true
VALIDATE_RUBY: true
VALIDATE_KOTLIN: true
VALIDATE_BASH: true
yamllint:
name: Lint Yaml
# The type of runner that the job will run on
Expand Down

0 comments on commit 3683dee

Please sign in to comment.