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:
Paul Meyer 2023-01-16 14:24:05 +01:00
parent d37bd077d8
commit 98040ff89c
2 changed files with 4 additions and 0 deletions

View File

@ -8,10 +8,12 @@ on:
paths:
- "**.sh"
- "**.bash"
- "image/**"
pull_request:
paths:
- "**.sh"
- "**.bash"
- "image/**"
jobs:
shellcheck:

View File

@ -8,10 +8,12 @@ on:
paths:
- "**.sh"
- "**.bash"
- "image/**"
pull_request:
paths:
- "**.sh"
- "**.bash"
- "image/**"
jobs:
shellcheck: