Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

build(deps-dev): bump ts-jest from 29.1.5 to 29.3.1 #39

build(deps-dev): bump ts-jest from 29.1.5 to 29.3.1

build(deps-dev): bump ts-jest from 29.1.5 to 29.3.1 #39

Workflow file for this run

name: 'Application analysis'
on: push
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: compile aplication
run: yarn compile
- name: lint
run: yarn lint
- name: test
run: yarn coverage