Skip to content

fix(deps): update dependency prettier to v3.3.0 #101

fix(deps): update dependency prettier to v3.3.0

fix(deps): update dependency prettier to v3.3.0 #101

Workflow file for this run

name: Test
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- run: npm ci
- run: npm run lint