Skip to content

fix: strip trailing slash from argument before path operations (close… #71

fix: strip trailing slash from argument before path operations (close…

fix: strip trailing slash from argument before path operations (close… #71

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