Skip to content

Force update with validation on branch change #29

Force update with validation on branch change

Force update with validation on branch change #29

Workflow file for this run

name: ShellCheck
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
env:
SHELLCHECK_OPTS: --norc --external-sources --source-path=SCRIPTDIR