Skip to content

Build

Build #1

Workflow file for this run

name: Build
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- run: git diff --stat --no-color --exit-code