Skip to content

chore(deps-dev): bump ts-jest from 29.1.5 to 29.2.4 #534

chore(deps-dev): bump ts-jest from 29.1.5 to 29.2.4

chore(deps-dev): bump ts-jest from 29.1.5 to 29.2.4 #534

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v2
- name: install eslint
run: npm install [email protected] @typescript-eslint/[email protected] @typescript-eslint/[email protected]
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts