Skip to content

Commit

Permalink
Disable shellcheck to get actionlint passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 27, 2023
1 parent d4dfb99 commit 1dd4cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
shellcheck: false

Check failure on line 113 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / Actionlint

input "shellcheck" is not defined in action "actions/checkout@v3". available inputs are "clean", "fetch-depth", "fetch-tags", "github-server-url", "lfs", "path", "persist-credentials", "ref", "repository", "set-safe-directory", "sparse-checkout", "sparse-checkout-cone-mode", "ssh-key", "ssh-known-hosts", "ssh-strict", "submodules", "token"
- uses: raven-actions/actionlint@v1

0 comments on commit 1dd4cdc

Please sign in to comment.