Skip to content

yarn: bump ts-jest from 29.1.1 to 29.1.2 #117

yarn: bump ts-jest from 29.1.1 to 29.1.2

yarn: bump ts-jest from 29.1.1 to 29.1.2 #117

Workflow file for this run

name: Check PR
on:
pull_request:
types: [ opened, reopened, synchronize ]
permissions:
issues: write
pull-requests: write
statuses: write
jobs:
check:
name: check lint and test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
- uses: ./.github/actions/yarn
- name: run lint
shell: bash
run: |
yarn lint
- name: run test
shell: bash
run: |
yarn coverage