meta: add shellcheck

This commit is contained in:
illiliti 2021-08-04 20:10:58 +03:00
parent 1f2b391f9d
commit 2c8c8cd959
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: shellcheck hook/*/* lib/* tinyramfs