Skip to content

build: add v2 to the hosted html #256

build: add v2 to the hosted html

build: add v2 to the hosted html #256

Workflow file for this run

name: run eslint on code
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install modules
run: yarn
- name: run lint
run: yarn lint
env:
CI: true