Skip to content

Apply UpperCamelCase rule on all types of components (#172) #132

Apply UpperCamelCase rule on all types of components (#172)

Apply UpperCamelCase rule on all types of components (#172) #132

# Maven continuous integration build of the guide
name: maven-ci-build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Adopt OpenJDK 17
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: '17'
- name: Build with Maven
run: mvn -B package