workflow.yaml: minor fix

This commit is contained in:
Bartek Pacia
2024-03-31 22:08:29 +02:00
parent 043862d930
commit cea4cf68a1

View File

@@ -8,8 +8,8 @@ on:
pull_request:
paths:
- setup.sh
- action.yml
- .github/workflows/workflow.yml
- action.yaml
- .github/workflows/workflow.yaml
jobs:
lint_shellcheck:
runs-on: ubuntu-latest