Skip to content

feat(deps): Bump ts-jest from 29.1.4 to 29.1.5 #757

feat(deps): Bump ts-jest from 29.1.4 to 29.1.5

feat(deps): Bump ts-jest from 29.1.4 to 29.1.5 #757

Workflow file for this run

name: Build PR
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Prettier
run: yarn prettier --check "./**/*.{js,md,cjs,mjs}"
- name: Lint
run: yarn eslint "./**/*.{js,cjs,mjs}"