Skip to content

Commit

Permalink
Add GitHub CI build
Browse files Browse the repository at this point in the history
Use apache/maven-gh-actions-shared, for now with default settings.
  • Loading branch information
kriegaex committed Jan 23, 2024
1 parent 1a225f1 commit 39f7b9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Verify

on:
push:
pull_request:

jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3

0 comments on commit 39f7b9e

Please sign in to comment.