Skip to content

Bump prettier from 3.3.3 to 3.4.2 #70

Bump prettier from 3.3.3 to 3.4.2

Bump prettier from 3.3.3 to 3.4.2 #70

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: Format
run: npm run fmt:check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run zip