Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Update CI script (CR)
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed May 22, 2024
1 parent e4bac22 commit c18a399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
run: brew install swift-format xcbeautify

- name: Run formatter 🎨
run: swift-format format -i -r ./**/**/*.swift --configuration swift-format-config.json
run: swift-format format -i -r ./**/*.swift --configuration swift-format-config.json

- name: Run lint 👀
run: swift-format lint -r -s ./**/**/*.swift --configuration swift-format-config.json
run: swift-format lint -r -s ./**/*.swift --configuration swift-format-config.json

- name: Generate mocks 🫥
run: swift package update Mockingbird && ./gen-mocks.sh
Expand Down

0 comments on commit c18a399

Please sign in to comment.