Skip to content

1.14.8

1.14.8 #73

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