Skip to content

move the 'op' command to a variable. #35

move the 'op' command to a variable.

move the 'op' command to a variable. #35

Workflow file for this run

# check with Shellcheck (https://www.shellcheck.net/) linter
#
name: shellcheck
on: push
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x