Skip to content

Bah 3330 || Implemented swagger for api documentation and do some changes in readme. #27

Bah 3330 || Implemented swagger for api documentation and do some changes in readme.

Bah 3330 || Implemented swagger for api documentation and do some changes in readme. #27

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'corretto'
- name: Build and unit tests
run: ./gradlew clean test