Skip to content

Adds eslint workflow #2

Adds eslint workflow

Adds eslint workflow #2

Workflow file for this run

name: ESLint
on:
pull_request:
branches: ['*']
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i -g pnpm@9 && pnpm
- name: Run ESLint
run: pnpm run lint