Skip to content

chore(docs): reorder #26

chore(docs): reorder

chore(docs): reorder #26

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