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 ca7558e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Lint Jobs'

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 ca7558e

Please sign in to comment.