Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.1 #695

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.1

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.1 #695

Workflow file for this run

name: CI-PR
on:
pull_request:
branches:
- master
jobs:
build:
uses: ./.github/workflows/ci-base-build.yml
secrets: inherit
approve:
uses: ./.github/workflows/ci-base-approve.yml
secrets: inherit
needs: build
merge:
uses: ./.github/workflows/ci-base-merge.yml
secrets: inherit
needs: build