Skip to content

Merge branch 'main' of https://github.com/nikoladavitkovski/husky #55

Merge branch 'main' of https://github.com/nikoladavitkovski/husky

Merge branch 'main' of https://github.com/nikoladavitkovski/husky #55

Workflow file for this run

name: ShellCheck CI
on: [push]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1090
with:
ignore: .husky