add shellcheck check (#5) #8
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/check.yml
Normal file
9
.gitea/workflows/check.yml
Normal 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
|
Loading…
Reference in a new issue