Skip to content

Commit

Permalink
### Improved
Browse files Browse the repository at this point in the history
- Using Latest auto formatting with cfformat
  • Loading branch information
lmajano committed Jun 14, 2023
1 parent 516ef33 commit d7caef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup CommandBox CLI
uses: Ortus-Solutions/[email protected]

- name: Auto-format
uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format
run: |
box install commandbox-cfformat
box run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Improved

- Using Latest auto formatting with cfformat

## [7.4.0] - 2023-06-14

### Fixed
Expand Down

0 comments on commit d7caef6

Please sign in to comment.