Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 6.7.2 #1733

chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 6.7.2

chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 6.7.2 #1733

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