mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-24 08:50:07 -05: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
.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…
x
Reference in New Issue
Block a user