Skip to content

deps: bump @typescript-eslint/eslint-plugin from 6.11.0 to 7.0.1 #1928

deps: bump @typescript-eslint/eslint-plugin from 6.11.0 to 7.0.1

deps: bump @typescript-eslint/eslint-plugin from 6.11.0 to 7.0.1 #1928

Workflow file for this run

name: 'ci'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- 'main'
push:
branches:
- main
- 'releases/*'
jobs:
run-ci: # make sure build/ci work properly
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/reusable_ci.yml
secrets: inherit