Skip to content

chore: move license information to deb5 config #123

chore: move license information to deb5 config

chore: move license information to deb5 config #123

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Kevin de Jong <[email protected]>
# SPDX-License-Identifier: CC0-1.0
---
name: Validate Package
on:
pull_request:
workflow_call:
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test