Skip to content

Update dependency @typescript-eslint/eslint-plugin to ^8.6.0 (#496) #1224

Update dependency @typescript-eslint/eslint-plugin to ^8.6.0 (#496)

Update dependency @typescript-eslint/eslint-plugin to ^8.6.0 (#496) #1224

Workflow file for this run

name: Test on PR
on:
push:
branches:
- main
- dev
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@main
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: pnpm install
- run: pnpm lint