Skip to content

Commit

Permalink
testing the linter
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 a46f934 commit 896bd15
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/sh-check.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: Lint Bash

on:
push:
paths:
- '!java/**'
- "aws-cli/**"
pull_request:
paths:
- '!java/**'
- 'aws-cli/**'
pull_request: # This action does not use the paths argument.
workflow_dispatch:
paths:
- '!java/**'
- "aws-cli/**"

jobs:
sh-checker:
name: Lint Bash
Expand All @@ -24,12 +16,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: 'aws-cli'
sh_checker_only_diff: true

0 comments on commit 896bd15

Please sign in to comment.