Skip to content

chore: use conventional commits prefix for releases #27

chore: use conventional commits prefix for releases

chore: use conventional commits prefix for releases #27

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
branches:
- release/**
pull_request:
jobs:
yamllint:
uses: dropwizard/workflows/.github/workflows/yamllint.yml@main
build:
strategy:
fail-fast: false
matrix:
java-version: ['11', '17', '21']
uses: dropwizard/workflows/.github/workflows/maven.yml@main
secrets: inherit
with:
java-version: ${{ matrix.java-version }}