Skip to content

Bump prettier from 2.8.8 to 3.0.3 #8

Bump prettier from 2.8.8 to 3.0.3

Bump prettier from 2.8.8 to 3.0.3 #8

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4
- uses: action/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run typecheck