Skip to content

remove intentional failure #5

remove intentional failure

remove intentional failure #5

Workflow file for this run

name: Build Critter
on:
push:
branches-ignore:
- 'dependabot/**'
tags:
- '*'
paths:
- 'critter/**'
workflow_dispatch:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
with:
java: 17
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 17
maven-flags: -Pcritter