Skip to content

Ci/add boxlang to matrix #6

Ci/add boxlang to matrix

Ci/add boxlang to matrix #6

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
pull_request:
branches:
- development
jobs:
# UPDATE TO THE MODULE REPO SO PR'S CAN REUSE IT
tests:
uses: coldbox-modules/sqlformatter/.github/workflows/tests.yml@development
secrets: inherit
# Format PR
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes