Skip to content

Put back index

Put back index #2269

Workflow file for this run

name: LINT
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install
run: yarn
- name: Lint
run: yarn web:lint
- name: Format
run: yarn web:format