Skip to content

Fix BoxLang crash: expand file paths in $ref values before passing to SwaggerSDK #20

Fix BoxLang crash: expand file paths in $ref values before passing to SwaggerSDK

Fix BoxLang crash: expand file paths in $ref values before passing to SwaggerSDK #20

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "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-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: Ortus-Solutions/commandbox-action@v1.0.2
with:
cmd: run-script format:check