Skip to content

Revert "Remove cache for now" #306

Revert "Remove cache for now"

Revert "Remove cache for now" #306

Workflow file for this run

name: Spotless & Formatter Checks
on:
push:
paths:
- '**/src/**'
- '**/pom.xml'
- 'pom.xml'
pull_request:
types: [ opened, synchronize, reopened ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
uses: dfuchss/actions/.github/workflows/maven.yml@main
with:
deploy: false
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""