Skip to content

1.14.7

1.14.7 #70

Workflow file for this run

name: Linting
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn lint