Skip to content

Commit

Permalink
Merge pull request #60 from rwalker-apple/Fix-shellcheck
Browse files Browse the repository at this point in the history
Fix shellcheck (should also resurrect Tidy)
  • Loading branch information
woody-apple authored Mar 17, 2020
2 parents 2a6b302 + ddd8411 commit 5fa438d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shellcheck
name: Shellcheck

on: [pull_request]

Expand All @@ -11,7 +11,5 @@ jobs:
- name: shellcheck
id: shellcheck
uses: ludeeus/[email protected]
with:
repo-token: ${{ github.token }}
env:
EXCLUDE_DIRS: third_party

0 comments on commit 5fa438d

Please sign in to comment.