Skip to content

Bump ts-jest from 29.1.1 to 29.1.4 #86

Bump ts-jest from 29.1.1 to 29.1.4

Bump ts-jest from 29.1.1 to 29.1.4 #86

Workflow file for this run

name: 'Require tests if source code is changed'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened]
jobs:
check: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
fileExtensions: '.ts,.js'
testDir: '__tests__'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}