Skip to content

Commit

Permalink
Add shellcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
shreve committed Sep 3, 2021
1 parent aab29b1 commit 4e4d3b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branch:
- master

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit 4e4d3b3

Please sign in to comment.