Skip to content

ShellCheck

ShellCheck #25

Workflow file for this run

name: ShellCheck
on:
workflow_dispatch:
## Temporary disable run on main (avoid spamming notifications), only run on user trigger, to fix all existing issues first before adding to CI
# pull_request:
# branches: ["main"]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master