Skip to content

[node.js] provide a dash-licenses wrapper for Eclipse Foundation projects #21

[node.js] provide a dash-licenses wrapper for Eclipse Foundation projects

[node.js] provide a dash-licenses wrapper for Eclipse Foundation projects #21

Workflow file for this run

# This workflow will build the dash-licenes project with Maven
name: Build dash-licenes
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- run: mvn clean verify