Add ShellCheck workflow

This commit is contained in:
Floris van der Grinten
2021-05-20 17:12:12 +02:00
parent 8e88ca96a5
commit 2d364e111f
5 changed files with 20 additions and 2 deletions

10
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
on: pull_request
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.1.0