Skip to content

fix: Address incompatibility between BSD and Unix cp #152

fix: Address incompatibility between BSD and Unix cp

fix: Address incompatibility between BSD and Unix cp #152

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/[email protected]
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148 -x
with:
check_together: 'yes'