Skip to content

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.4.0 #571

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.4.0

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.4.0 #571

Workflow file for this run

name: "Validation & build 🏭"
on:
push:
tags-ignore: ["*"]
paths-ignore: ["**.md", "LICENSE"]
branches: [master]
pull_request:
paths-ignore: ["**.md", "LICENSE"]
jobs:
verify:
uses: ./.github/workflows/verify.yml
publish:
needs: [verify]
uses: ./.github/workflows/publish.yml
secrets: inherit