Skip to content

⬆️ Upgrade prettier to v3.3.3 #1001

⬆️ Upgrade prettier to v3.3.3

⬆️ Upgrade prettier to v3.3.3 #1001

Workflow file for this run

name: Lint files
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use current Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'npm'
- run: npm ci
- run: npm run lint