added changes

This commit is contained in:
Akhil 2025-12-15 12:53:54 +05:30
parent 3e1ce239f4
commit aae08ef760
5 changed files with 15 additions and 93 deletions

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

@ -0,0 +1,15 @@
on:
push:
branches:
-main
workflow_dispatch:
jobs:
maven:
runs-on: 'ubuntu-latest'
steps:
- name: checkout code
uses: actions/checkout@v4
- name: build code
run: mvn package