Skip to content

Bump mikepenz/action-junit-report from 5.6.2 to 6.0.0 #90

Bump mikepenz/action-junit-report from 5.6.2 to 6.0.0

Bump mikepenz/action-junit-report from 5.6.2 to 6.0.0 #90

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
pull_request:
branches:
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
# Format PR
format_check:
name: Checks Source Code Formatting
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v5
- uses: Ortus-Solutions/commandbox-action@v1.0.3
with:
cmd: run-script format:check