Skip to content

Update typescript-eslint monorepo to v8.12.1 #2436

Update typescript-eslint monorepo to v8.12.1

Update typescript-eslint monorepo to v8.12.1 #2436

Workflow file for this run

name: jest
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test:coverage
- name: Upload test coverage artifact
uses: actions/upload-artifact@v4
with:
name: jest-coverage
path: coverage