mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 22:51:49 +00:00
17 lines
291 B
YAML
17 lines
291 B
YAML
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
paths:
|
|
- '**/*.sh'
|
|
- '**/*.xml'
|
|
- '.github/workflows/test.yml'
|
|
- '.github/workflows/check.yml'
|
|
- 'Dockerfile'
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Test
|
|
uses: ./.github/workflows/check.yml
|