Skip to content

Bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 #385

Bump mikepenz/action-junit-report from 6.0.1 to 6.1.0

Bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 #385

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/**"
pull_request:
branches:
- development
- "releases/**"
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
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