Skip to content

build(deps-dev): bump the prettier group with 1 update #49

build(deps-dev): bump the prettier group with 1 update

build(deps-dev): bump the prettier group with 1 update #49

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@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npx prettier --check '**/*'