mirror of
https://github.com/dockur/windows.git
synced 2025-12-30 22:30:54 +00:00
build: Add workflows (#2)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user