Skip to content

Specify an option to invoke shellcheck with #3

Specify an option to invoke shellcheck with

Specify an option to invoke shellcheck with #3

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
- env:
SHELLCHECK_OPTS: -x