Skip to content

added dry run

added dry run #68

Workflow file for this run

name: 'npm test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 16
uses: actions/[email protected]
with:
node-version: 16.x
- run: npm ci
- run: npm test