Skip to content

added dry run

added dry run #66

Workflow file for this run

name: 'npm test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- name: Use Node.js 16
uses: actions/setup-node@v4.0.2
with:
node-version: 16.x
- run: npm ci
- run: npm test