Skip to content

deps: bump @types/jest from 29.5.6 to 29.5.7 #1841

deps: bump @types/jest from 29.5.6 to 29.5.7

deps: bump @types/jest from 29.5.6 to 29.5.7 #1841

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