Skip to content

Add continuousEval via config + error to file (#47) #80

Add continuousEval via config + error to file (#47)

Add continuousEval via config + error to file (#47) #80

Workflow file for this run

name: eslint
on:
push:
branches:
- main
pull_request: {}
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run compile
- run: npm run lint