Skip to content

Use shellcheck -x?

Use shellcheck -x? #30

Workflow file for this run

on:
push:
branches:
- main
name: "ShellCheck"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x