Skip to content

Bump dropWizardVersion from 4.0.7 to 5.0.0 #55

Bump dropWizardVersion from 4.0.7 to 5.0.0

Bump dropWizardVersion from 4.0.7 to 5.0.0 #55

Workflow file for this run

# Runs all build checks on any pull request or merges to master
name: Pull Request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Run Build Checks
run: make check
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}