add shellcheck check (#5)
check / check (push) Successful in 5s Details

This commit is contained in:
n 2023-10-19 18:06:28 +02:00
parent 07c0c7a04d
commit 233fe12185
Signed by: n
GPG Key ID: 510227DD6C502CE3
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
name: check
on: [push]
jobs:
check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- run: shellcheck *.sh monitoring/*.sh