Skip to content

Make this module releaseable internally to the Spendesk organisation #2

Make this module releaseable internally to the Spendesk organisation

Make this module releaseable internally to the Spendesk organisation #2

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: setup-node
uses: actions/setup-node@v3
with:
node-version-file: package.json
- run: npm ci
- run: npm test