16 lines
251 B
YAML
Raw Normal View History

2023-03-30 19:14:34 +02:00
on:
2023-05-11 02:03:16 +02:00
workflow_dispatch:
2023-03-30 19:14:34 +02:00
pull_request:
2023-04-19 01:37:47 +02:00
paths:
- '**/*.sh'
2023-04-26 20:48:13 +02:00
- '.github/workflows/test.yml'
- '.github/workflows/check.yml'
2023-04-27 17:43:52 +02:00
2023-03-30 20:22:20 +02:00
name: "Test"
2023-03-30 19:14:34 +02:00
permissions: {}
jobs:
2023-04-19 04:54:28 +02:00
shellcheck:
2023-04-30 07:11:10 +02:00
name: Test
2023-04-19 01:30:59 +02:00
uses: ./.github/workflows/check.yml