Skip to content

rm default option and add comments #92

rm default option and add comments

rm default option and add comments #92

Workflow file for this run

name: Run lint
on:
push:
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'