10 lines
197 B
YAML
Raw Normal View History

2023-04-19 01:27:01 +02:00
on: [workflow_call]
2023-04-21 06:28:47 +02:00
name: "Check"
2023-04-19 01:27:01 +02:00
permissions: {}
jobs:
shellcheck:
2023-04-27 17:55:51 +02:00
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064