Skip to content

Commit

Permalink
Configure linting for scripts/ directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jasstkn <[email protected]>
  • Loading branch information
Jasstkn committed Jun 18, 2022
1 parent 06e8c3e commit 8b25de1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
pull_request:
branches:
- master

name: 'lint'

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

0 comments on commit 8b25de1

Please sign in to comment.