windows/.github/workflows/test.yml

18 lines
291 B
YAML
Raw Normal View History

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