mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-13 19:52:20 -04:00
ci: run shellfmt and shellcheck on changes in /image
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
d37bd077d8
commit
98040ff89c
2 changed files with 4 additions and 0 deletions
2
.github/workflows/test-shellcheck.yml
vendored
2
.github/workflows/test-shellcheck.yml
vendored
|
@ -8,10 +8,12 @@ on:
|
|||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
|
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
|
@ -8,10 +8,12 @@ on:
|
|||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue