Skip to content

Bump thomaseizinger/keep-a-changelog-new-release from 1.3.0 to 3.1.0 #5

Bump thomaseizinger/keep-a-changelog-new-release from 1.3.0 to 3.1.0

Bump thomaseizinger/keep-a-changelog-new-release from 1.3.0 to 3.1.0 #5

Workflow file for this run

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