Skip to content

add boxlang to matrix #4

add boxlang to matrix

add boxlang to matrix #4

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

Check failure on line 16 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Requests

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 16, Col: 11): Secret SLACK_WEBHOOK_URL is required, but not provided while calling.
# Format PR
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: Ortus-Solutions/commandbox-action@v1.0.2
with:
cmd: run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes