Skip to content

update README to indicate dormant project #36

update README to indicate dormant project

update README to indicate dormant project #36

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