Skip to content

Commit

Permalink
chore(ci): add shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 26, 2021
1 parent eecda39 commit 0a3ad97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/shellcheck.yml
Expand Up @@ -4,11 +4,13 @@ on: [push]

jobs:
shellcheck:
name: Shellcheck
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1090
with:
scandir: './scripts'
ignore: .husky

0 comments on commit 0a3ad97

Please sign in to comment.