Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 13, 2024
1 parent fbc4372 commit 57d3f72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
paths:
- '**/*.sh'

env:
GH_TOKEN: ${{ github.token }}

jobs:
shellcheck:
name: Shellcheck
Expand All @@ -17,7 +14,7 @@ jobs:
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ env.GH_TOKEN}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHELLCHECK_OPTS: --source-path=${{ github.workspace }}/.shellcheckrc
SHFMT_OPTS: -s -i 4 -ci
with:
Expand Down

0 comments on commit 57d3f72

Please sign in to comment.