Skip to content

Bump prettier from 3.4.1 to 3.4.2 #750

Bump prettier from 3.4.1 to 3.4.2

Bump prettier from 3.4.1 to 3.4.2 #750

Workflow file for this run

name: "CI"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# Run this workflow also when a PR becomes ready for review; this enables us
# to open automated PRs as draft, and then explicitly make them ready for
# review manually to trigger the workflow.
types: [opened, reopened, synchronize, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: "npm"
- run: npm ci
- run: "jq -r .description < metadata.json"
- run: npm run lint
- run: npm run format --check
- run: npm run check:types