Skip to content

Bump prettier from 3.2.5 to 3.3.2 #600

Bump prettier from 3.2.5 to 3.3.2

Bump prettier from 3.2.5 to 3.3.2 #600

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE: 20
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Test
run: npm run test
- name: Run linkinator
uses: JustinBeckwith/linkinator-action@v1
with:
paths: public
skip: "^(?!http://localhost)"