2024-01-14 13:32:50 +00:00
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- '**/*.sh'
|
2024-01-22 22:17:31 +00:00
|
|
|
- '**/*.xml'
|
2024-01-14 13:32:50 +00:00
|
|
|
- '.github/workflows/test.yml'
|
|
|
|
- '.github/workflows/check.yml'
|
|
|
|
|
|
|
|
name: "Test"
|
|
|
|
permissions: {}
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
shellcheck:
|
|
|
|
name: Test
|
|
|
|
uses: ./.github/workflows/check.yml
|