Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #310

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #310

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/[email protected]
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