Skip to content

Update typescript-eslint monorepo to v7.18.0 #1334

Update typescript-eslint monorepo to v7.18.0

Update typescript-eslint monorepo to v7.18.0 #1334

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: yarn --frozen-lockfile --ignore-optional
- run: yarn test
- name: Make sure that the package is built
run: yarn package && git diff --exit-code