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 902837b commit eecda39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'shellcheck'
name: ShellCheck CI

on: [push]

Expand All @@ -11,4 +11,4 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts' './test'
scandir: './scripts'

0 comments on commit eecda39

Please sign in to comment.