Skip to content

Update dependency org.fuchss:matrix-bot-base to v0.11.8 (#31) #201

Update dependency org.fuchss:matrix-bot-base to v0.11.8 (#31)

Update dependency org.fuchss:matrix-bot-base to v0.11.8 (#31) #201

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: ""