Skip to content

Bump prettier from 3.3.3 to 3.4.1 #100

Bump prettier from 3.3.3 to 3.4.1

Bump prettier from 3.3.3 to 3.4.1 #100

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build