Skip to content

chore(docs): try custom workflow #12

chore(docs): try custom workflow

chore(docs): try custom workflow #12

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