Skip to content

just apply for now since we're not updating the pom yet #228

just apply for now since we're not updating the pom yet

just apply for now since we're not updating the pom yet #228

Workflow file for this run

name: Build Project
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 17