Skip to content

Commit

Permalink
Merge pull request #6 from Incognito/lint
Browse files Browse the repository at this point in the history
adds action to lint
  • Loading branch information
Incognito authored Jan 22, 2022
2 parents c5ac54a + d27c4ba commit dd38c5e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Lint on Push'

on: push

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 dd38c5e

Please sign in to comment.