Skip to content

Refactor install flow #38

Refactor install flow

Refactor install flow #38

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 24
check-latest: true
cache: npm
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm test
- run: node dist-test/src/bin/simpledoc.js check