Skip to content

Commit

Permalink
Merge branch 'develop' into aleksandrs/111_emoji_picker
Browse files Browse the repository at this point in the history
  • Loading branch information
paleksandrs authored Dec 6, 2022
2 parents 8fa44db + dcedb3f commit 4d4a6e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Brew bundle
run:
brew update && brew bundle && brew upgrade swiftformat

- name: SwiftFormat
run:
swiftformat --lint .

- uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-353.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Unit Tests workflow now fails when there are SwiftFormat errors.

0 comments on commit 4d4a6e6

Please sign in to comment.