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-26 20:48:13 +02:00
|
|
|
- '.github/workflows/test.yml'
|
|
|
|
- '.github/workflows/check.yml'
|
|
|
|
|
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-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-19 01:30:59 +02:00
|
|
|
uses: ./.github/workflows/check.yml
|