Skip to content

Port to TypeScript #349

Port to TypeScript

Port to TypeScript #349

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: corepack enable && yarn install
- name: Run ESLint
run: yarn lint