mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 14:41:48 +00:00
16 lines
251 B
YAML
16 lines
251 B
YAML
|
on:
|
||
|
workflow_dispatch:
|
||
|
pull_request:
|
||
|
paths:
|
||
|
- '**/*.sh'
|
||
|
- '.github/workflows/test.yml'
|
||
|
- '.github/workflows/check.yml'
|
||
|
|
||
|
name: "Test"
|
||
|
permissions: {}
|
||
|
|
||
|
jobs:
|
||
|
shellcheck:
|
||
|
name: Test
|
||
|
uses: ./.github/workflows/check.yml
|