Add github actions shellcheck workflow
parent
b7afed7b41
commit
b4ddb1214b
@ -0,0 +1,9 @@
|
||||
name: lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
- runs-on: ubuntu-latest
|
||||
- name: shellcheck
|
||||
uses: ludeeus/action-shellcheck@0.1.0
|
Loading…
Reference in New Issue