Skip to content

Add Actions workflow to regularly update LicenseDB mapping #2

Add Actions workflow to regularly update LicenseDB mapping

Add Actions workflow to regularly update LicenseDB mapping #2

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test