Skip to content

build(deps-dev): bump eslint from 9.19.0 to 9.20.0 #1007

build(deps-dev): bump eslint from 9.19.0 to 9.20.0

build(deps-dev): bump eslint from 9.19.0 to 9.20.0 #1007

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