Skip to content

#98 - Enable htmx-request again adding hint for the dialect #30

#98 - Enable htmx-request again adding hint for the dialect

#98 - Enable htmx-request again adding hint for the dialect #30

Workflow file for this run

name: Build Maven artifacts
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B verify