Skip to content

Commit

Permalink
shellcheck experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walker committed Mar 16, 2020
1 parent 608aba1 commit 5448662
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 @@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v2
- name: shellcheck
id: shellcheck
uses: ludeeus/actions-shellcheck@0.1.0
with:
repo-token: ${{ github.token }}
uses: rwalker-apple/action-shellcheck@foo
env:
EXCLUDE_DIRS: third_party

0 comments on commit 5448662

Please sign in to comment.