Skip to content

fix: resolve shellcheck warnings in test and packaging scripts #33

fix: resolve shellcheck warnings in test and packaging scripts

fix: resolve shellcheck warnings in test and packaging scripts #33

Workflow file for this run

name: shellcheck
on:
push:
branches: master
paths:
- '**.sh'
- '**/shellcheck.yml'
pull_request:
branches: master
paths:
- '**.sh'
- '**/shellcheck.yml'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x -P SCRIPTDIR