mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Create test.yml
This commit is contained in:
parent
448b3cb30e
commit
88e1ac83a9
1 changed files with 15 additions and 0 deletions
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue