Skip to content

distinct testutils PASS #40

distinct testutils PASS

distinct testutils PASS #40

Workflow file for this run

name: syncdocs CI
# https://github.com/nocke/syncdocs/actions/
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# for now, one version suffices
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: use node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test