Skip to content

chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 #631

chore(deps-dev): bump prettier from 3.2.5 to 3.3.0

chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 #631

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint