This commit is contained in:
yapsh1008 2025-04-23 08:31:59 +00:00 committed by GitHub
commit d18820cf35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

21
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Java CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean install

1
spring-petclinic Submodule

@ -0,0 +1 @@
Subproject commit 52e28e32377e74594cdcca905876d63b572e09b0