add shellcheck check (#5) #8

Merged
n merged 1 commits from check into main 2023-10-19 18:09:04 +02:00
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