Skip to content

Dependency(deps): Bump edu.stanford.nlp:stanford-corenlp from 4.5.6 to 4.5.7 #110

Dependency(deps): Bump edu.stanford.nlp:stanford-corenlp from 4.5.6 to 4.5.7

Dependency(deps): Bump edu.stanford.nlp:stanford-corenlp from 4.5.6 to 4.5.7 #110

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: ardoco/actions/.github/workflows/maven.yml@main
with:
deploy: false
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""