Skip to content

Bump org.apache.maven:maven-model from 3.9.8 to 3.9.9 #6

Bump org.apache.maven:maven-model from 3.9.8 to 3.9.9

Bump org.apache.maven:maven-model from 3.9.8 to 3.9.9 #6

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
uses: lernejo/reusable-workflows/.github/workflows/ci.yml@main
secrets: inherit
with:
runs-on: ${{ matrix.os }}