Skip to content

fix: Resolve an issue with bash wildcard expansion in the install script #150

fix: Resolve an issue with bash wildcard expansion in the install script

fix: Resolve an issue with bash wildcard expansion in the install script #150

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Register ShellCheck problem matchers
uses: lumaxis/shellcheck-problem-matchers@v2.1.0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148 -x
with:
check_together: 'yes'