Create test.yml

This commit is contained in:
Kroese 2024-01-14 14:29:06 +01:00 committed by GitHub
parent 448b3cb30e
commit 88e1ac83a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/test.yml vendored Normal file
View 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