Skip to content

build(deps-dev): bump prettier from 3.3.1 to 3.3.2 #85

build(deps-dev): bump prettier from 3.3.1 to 3.3.2

build(deps-dev): bump prettier from 3.3.1 to 3.3.2 #85

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
check-code-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run format-check