Skip to content

build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 #528

build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5

build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 #528

Workflow file for this run

name: CI-PR
on:
pull_request:
branches:
- master
jobs:
build:
uses: ./.github/workflows/ci-base-build.yml
secrets: inherit
danger:
uses: ./.github/workflows/ci-base-danger.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