Skip to content

Bump com.spotify:github-client from 0.1.59 to 0.2.16 #270

Bump com.spotify:github-client from 0.1.59 to 0.2.16

Bump com.spotify:github-client from 0.1.59 to 0.2.16 #270

Workflow file for this run

name: Build, Test, and Verify
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Maven Verify (build and test)
run: mvn --batch-mode --no-transfer-progress verify