18 lines
209 B
YAML
Raw Normal View History

2023-03-30 19:14:34 +02:00
on:
push:
2023-04-19 04:39:10 +02:00
branches-ignore:
2023-04-19 01:52:56 +02:00
- master
2023-04-19 01:37:47 +02:00
paths:
- '**/*.sh'
2023-04-16 06:01:33 +02:00
2023-03-30 19:14:34 +02:00
pull_request:
2023-04-19 01:37:47 +02:00
paths:
- '**/*.sh'
2023-03-30 19:14:34 +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 01:30:59 +02:00
check:
uses: ./.github/workflows/check.yml