Skip to content

build: use nx

build: use nx #9

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["20.x"]
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run test