Skip to content

Merge pull request #15 from tablecheck/DragonStuff-patch-1 #57

Merge pull request #15 from tablecheck/DragonStuff-patch-1

Merge pull request #15 from tablecheck/DragonStuff-patch-1 #57

Workflow file for this run

name: linter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint check
uses: azohra/shell-linter@develop
env:
SHELLCHECK_OPTS: "-e SC1008 -e SC1071"