Skip to content

Bump semver from 6.3.0 to 6.3.1 in /modules/contentbox/themes/default #304

Bump semver from 6.3.0 to 6.3.1 in /modules/contentbox/themes/default

Bump semver from 6.3.0 to 6.3.1 in /modules/contentbox/themes/default #304

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches:
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup CommandBox CLI
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
version: 5.4.2
install: commandbox-cfformat
warmup: true
- name: Run formatting rules
run: box run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes