Skip to content

Bump ts-jest from 29.2.4 to 29.2.5 #440

Bump ts-jest from 29.2.4 to 29.2.5

Bump ts-jest from 29.2.4 to 29.2.5 #440

Workflow file for this run

name: Changelog link check
on:
pull_request:
branches: [ main ]
permissions:
pull-requests: write
contents: read
jobs:
check_pull_request:
name: Check files for broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
test-files
- name: Validate files
id: validate
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
changeLogDirectory: test-files
uses: microsoftgraph/changelog-link-check@main