Skip to content

chore: foundation ci #1

chore: foundation ci

chore: foundation ci #1

Workflow file for this run

name: wrapca_CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "21"
cache: maven
- name: Build and test
run: mvn clean verify