Skip to content

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 (#523) #209

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 (#523)

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 (#523) #209

Workflow file for this run

name: format-check
on:
push:
branches:
- main
pull_request:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn format:check