Skip to content

fix(deps): update eslint monorepo to v9.36.0 #804

fix(deps): update eslint monorepo to v9.36.0

fix(deps): update eslint monorepo to v9.36.0 #804

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CACHE_KEY: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}
CACHE_PATH: ./*
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: pnpm run test