Skip to content

1.0.3 :: auto-find package.json in ./frontend sub-dir if present #51

1.0.3 :: auto-find package.json in ./frontend sub-dir if present

1.0.3 :: auto-find package.json in ./frontend sub-dir if present #51

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