Skip to content

Commit

Permalink
Merge branch 'main' into GuernikaCore
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Feb 19, 2024
2 parents fb463dc + da80e68 commit 10ce886
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/analyze-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
with:
xcode-version: latest-stable

- name: Install SwiftLint
run: |
brew update
brew install swiftlint
- name: Run SwiftLint
run: |
/usr/local/bin/swiftlint lint
/opt/homebrew/bin/swiftlint lint
- name: Build and Analyze
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload source to Crowdin
uses: crowdin/github-action@v1.18.0
uses: crowdin/github-action@v1.19.0
with:
upload_sources: true
upload_translations: false
Expand Down

0 comments on commit 10ce886

Please sign in to comment.