This commit is contained in:
parent
07c0c7a04d
commit
233fe12185
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