Skip to content

Set up 03-deploy

Set up 03-deploy #16

Workflow file for this run

name: Shell check
on: push
jobs:
checks:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
with:
files: infrastructure/02-configure/**/*.sh
- name: Shell check
uses: ludeeus/[email protected]
if: steps.changed-files.outputs.any_changed == 'true'
with:
version: v0.10.0
scandir: './infrastructure/02-configure'
severity: style # check all levels of issues
check_together: true # check all scripts in single run