Skip to content

Fix now deprecated endpoints returning unexpected data #71

Fix now deprecated endpoints returning unexpected data

Fix now deprecated endpoints returning unexpected data #71

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Setup JDK"
uses: actions/setup-java@v3
with:
java-version: 8
distribution: "zulu"
- name: "Build with Gradle"
uses: gradle/gradle-build-action@v2
with:
arguments: build