Skip to content

chore(deps-dev): bump semantic-release from 21.0.5 to 21.0.7 #180

chore(deps-dev): bump semantic-release from 21.0.5 to 21.0.7

chore(deps-dev): bump semantic-release from 21.0.5 to 21.0.7 #180

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@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn format:check