Skip to content

Bump prettier from 3.3.0 to 3.3.3 (#573) #1039

Bump prettier from 3.3.0 to 3.3.3 (#573)

Bump prettier from 3.3.0 to 3.3.3 (#573) #1039

Workflow file for this run

name: Documentation generation
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint code
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run docs