Skip to content

arg handling improvments -- don't pass extraneous empty string to npm… #39

arg handling improvments -- don't pass extraneous empty string to npm…

arg handling improvments -- don't pass extraneous empty string to npm… #39

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint