mirror of
https://github.com/dockur/windows.git
synced 2025-10-13 15:26:04 +01:00
12 lines
147 B
YAML
12 lines
147 B
YAML
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Test
|
|
uses: ./.github/workflows/check.yml
|