Skip to content

Update dependency io.github.ascopes:protobuf-maven-plugin to v5.1.1 #55

Update dependency io.github.ascopes:protobuf-maven-plugin to v5.1.1

Update dependency io.github.ascopes:protobuf-maven-plugin to v5.1.1 #55

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
cache: maven
- name: Check formatting
run: ./mvnw spotless:check
- name: Build and test
run: ./mvnw verify