Skip to content

Add Github workflow to check for shellcheck errors. #2

Add Github workflow to check for shellcheck errors.

Add Github workflow to check for shellcheck errors. #2

Workflow file for this run

---
name: Shellcheck linter
on:
pull_request:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
env:
SHELLCHECK_OPTS: -x -a -o all