Skip to content

Workflow file for this run

name: Typescript Eslint Recommended
on:
pull_request:
branches: [main, master]
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node_modules
run: yarn install
- name: Run ESLint
run: yarn lint