Skip to content

Update devDependency prettier to ~3.1.0 (#129) #379

Update devDependency prettier to ~3.1.0 (#129)

Update devDependency prettier to ~3.1.0 (#129) #379

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn format:check
- run: yarn build
- run: yarn test