Skip to content

commented out manual flags for now, need refresh in phase 2 work #152

commented out manual flags for now, need refresh in phase 2 work

commented out manual flags for now, need refresh in phase 2 work #152

Workflow file for this run

name: javascript-lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
- run: npm ci
- run: npm run lint