Skip to content

Cleanup coverage files directory when tests fail #65

Cleanup coverage files directory when tests fail

Cleanup coverage files directory when tests fail #65

Workflow file for this run

name: Node.js Automation
on:
push:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run type-check
- run: npm run docs