Commit 0c2a67b
committed
Here's the rewritten message:
ci: Add GitHub Actions workflow for Maven build
I've added a GitHub Actions workflow to automatically build and test your project using Maven on pushes and pull requests to the main/master branches.
The workflow is defined in `.github/workflows/maven-ci.yml` and includes:
- Checking out your code.
- Setting up JDK 17 (Temurin).
- Caching Maven dependencies.
- Running `mvn -B package --file pom.xml` to build and test.
I've also added a build status badge to your `README.md`.1 parent 74ebe5b commit 0c2a67b
2 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments