Skip to content

Update typescript-eslint monorepo to v6.7.2 #1016

Update typescript-eslint monorepo to v6.7.2

Update typescript-eslint monorepo to v6.7.2 #1016

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- run: nix develop --command yarn install
- run: nix develop --command yarn pack
- run: nix develop --command yarn test