Skip to content

⚖️ Switch to MPL-2.0 license #709

⚖️ Switch to MPL-2.0 license

⚖️ Switch to MPL-2.0 license #709

Workflow file for this run

name: dependencies
on:
push:
pull_request:
schedule:
- cron: '0 21 * * 0'
jobs:
antq:
runs-on: ubuntu-latest
container:
image: uochan/antq
steps:
- uses: actions/checkout@v4
- run: java -jar /tmp/antq/antq.jar --skip=pom --exclude=com.github.pmonks/pbr --error-format="::error file={{file}}::{{message}}"