Shellcheck

This commit is contained in:
Kroese 2023-04-26 20:48:13 +02:00 committed by GitHub
parent 6cb235d6e1
commit 70e22cc3e4

View File

@ -4,10 +4,14 @@ on:
- master - master
paths: paths:
- '**/*.sh' - '**/*.sh'
- '.github/workflows/test.yml'
- '.github/workflows/check.yml'
pull_request: pull_request:
paths: paths:
- '**/*.sh' - '**/*.sh'
- '.github/workflows/test.yml'
- '.github/workflows/check.yml'
name: "Test" name: "Test"
permissions: {} permissions: {}