add shellcheck action

This commit is contained in:
Karol Wypchlo 2022-03-31 14:50:28 +02:00
parent f3ec613a5a
commit 331c6a5abb
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Lint Shell Scripts
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@1.1.0