Skip to content

Add automatic line number. (#23) #30

Add automatic line number. (#23)

Add automatic line number. (#23) #30

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: templates
severity: warning
env:
SHELLCHECK_OPTS: -e SC2059 -e SC2034 -e SC1090 -s bash