Skip to content

chore(deps): update typescript-eslint monorepo to v6 (major) - autoclosed #4101

chore(deps): update typescript-eslint monorepo to v6 (major) - autoclosed

chore(deps): update typescript-eslint monorepo to v6 (major) - autoclosed #4101

Workflow file for this run

name: Verify PR
on:
pull_request:
types: [ opened, synchronize, reopened ]
env:
LEFTHOOK: 0
jobs:
verify:
name: 🧪 Verify PR
uses: meza/shared-github-workflows/.github/workflows/default-node-npm-ci.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
command: install
node-version: "latest"
junit-report-path: "reports/junit.xml"
cobertura-report-path: "reports/**/cobertura-coverage.xml"