Skip to content

add boxlang to matrix #2

add boxlang to matrix

add boxlang to matrix #2

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
# TODO: Add this back once the code is in script
# formatCheck:
# name: Checks Source Code Formatting
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
# - uses: Ortus-Solutions/[email protected]
# with:
# cmd: run-script format:check