Skip to content

Bump prettier from 3.6.2 to 3.7.3 in the npm-dependencies group #949

Bump prettier from 3.6.2 to 3.7.3 in the npm-dependencies group

Bump prettier from 3.6.2 to 3.7.3 in the npm-dependencies group #949

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: setup node
uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: lint
run: |
npm run format-check
npm run lint