File size: 291 Bytes
c56af68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on:
  workflow_dispatch:
  pull_request:
    paths:
      - '**/*.sh'
      - '**/*.xml'
      - '.github/workflows/test.yml'
      - '.github/workflows/check.yml'
      - 'Dockerfile'

name: "Test"
permissions: {}

jobs:
  shellcheck:
    name: Test
    uses: ./.github/workflows/check.yml