Skip to content

chore(deps): update dependency prettier to v3 #6752

chore(deps): update dependency prettier to v3

chore(deps): update dependency prettier to v3 #6752

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn test