Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws authored and scmacdon committed Feb 16, 2024
1 parent 93f388f commit a46f934
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sh-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Lint Bash
on:
push:
paths:
- '!java/**'
- "aws-cli/**"
pull_request:
paths:
- '!java/**'
- 'aws-cli/**'
workflow_dispatch:
paths:
- '!java/**'
- "aws-cli/**"
jobs:
sh-checker:
Expand All @@ -28,4 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@master
with:
scandir: 'aws-cli'

0 comments on commit a46f934

Please sign in to comment.