Skip to content

bug-fix: Fixed integrations endpoint to match API documentation #64

bug-fix: Fixed integrations endpoint to match API documentation

bug-fix: Fixed integrations endpoint to match API documentation #64

Workflow file for this run

name: Run Checks on Codebase
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Compile project and Run Unit tests
run: mvn clean package