Skip to content

feat(deps): Bump ts-jest from 29.2.0 to 29.2.1 #761

feat(deps): Bump ts-jest from 29.2.0 to 29.2.1

feat(deps): Bump ts-jest from 29.2.0 to 29.2.1 #761

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}"