Skip to content

Update typescript-eslint monorepo to v8 #5435

Update typescript-eslint monorepo to v8

Update typescript-eslint monorepo to v8 #5435

Workflow file for this run

on: [push, pull_request]
name: Lint and Build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run lint
build-chrome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build chrome
build-firefox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build firefox