mirror of
https://github.com/dockur/windows.git
synced 2026-05-06 14:41:24 +00:00
12 lines
188 B
YAML
12 lines
188 B
YAML
url: http://github.com/aripitek/windows
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Test
|
|
uses: ./.github/workflows/check.yml
|