🚀 Rename main branch to release, and switch default to dev #711
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}" |