Skip to content

docs(#43): :memo: Add JSdocs describing what the functions in this fi… #107

docs(#43): :memo: Add JSdocs describing what the functions in this fi…

docs(#43): :memo: Add JSdocs describing what the functions in this fi… #107

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npx prettier --check .