Skip to content

bugfix: Get path to 'mv' at runtime (fixes #509) #22

bugfix: Get path to 'mv' at runtime (fixes #509)

bugfix: Get path to 'mv' at runtime (fixes #509) #22

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 $GITHUB_WORKSPACE