Skip to content

update

update #57

Workflow file for this run

name: ShellCheck
# Run this workflow every time a new commit pushed to your repository
on: push
jobs:
shellcheck:
name: Lint code base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/[email protected]
with:
ignore: '.config/yadm/encrypt'
scandir: '.config/yadm'
env:
SHELLCHECK_OPTS: -e SC1090