Skip to content

chore(deps-dev): bump jest from 29.6.1 to 29.6.2 #546

chore(deps-dev): bump jest from 29.6.1 to 29.6.2

chore(deps-dev): bump jest from 29.6.1 to 29.6.2 #546

Workflow file for this run

name: 🔎 Lint
on:
workflow_dispatch:
push:
branches-ignore: [gh-pages]
pull_request:
branches-ignore: [gh-pages]
types: [opened, synchronize]
jobs:
build:
name: 🔨 Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: ⚡ Install dependencies
run: yarn install --frozen-lockfile
- name: 🔨 Build
run: yarn build:lib
lint:
name: 🔎 Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: ⚡ Install dependencies
run: yarn install --frozen-lockfile
- name: 🔎 Lint
run: yarn lint
test:
name: ⚠️ Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: ⚡ Install dependencies
run: yarn install --frozen-lockfile
- name: ⚠️ Test
run: yarn test