Skip to content

Commit

Permalink
Add maven verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shitikanth committed Sep 25, 2024
1 parent 37c5935 commit 383bad1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Verify

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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

0 comments on commit 383bad1

Please sign in to comment.