Skip to content

BOX-159 Resolve - Add handling for Converters when property types are… #73

BOX-159 Resolve - Add handling for Converters when property types are…

BOX-159 Resolve - Add handling for Converters when property types are… #73

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@v4
- uses: Ortus-Solutions/commandbox-action@v1.0.3
with:
cmd: run-script format:check