Skip to content

build(deps-dev): bump prettier from 3.6.2 to 3.7.1 #1874

build(deps-dev): bump prettier from 3.6.2 to 3.7.1

build(deps-dev): bump prettier from 3.6.2 to 3.7.1 #1874

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v6
with:
node-version: 20.x
cache: yarn
- name: Lint and test
run: |
yarn install --frozen-lockfile
yarn lint
yarn prettier --check '**/*'
yarn test