Skip to content

1.0.2 :: readme updates #50

1.0.2 :: readme updates

1.0.2 :: readme updates #50

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