Skip to content

Commit

Permalink
MBX-3703: SwiftLint CI/CD (#453)
Browse files Browse the repository at this point in the history
* MBX-3703: Add SwiftLint job for GitHub Actions
  • Loading branch information
justSmK authored Oct 17, 2024
1 parent 8d1fea7 commit 7f0a494
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
tags-ignore:
- '**'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cirruslabs/swiftlint-action@v1
with:
args: --config .swiftlint.yml

build:
runs-on: macos-latest
timeout-minutes: 15
Expand Down

0 comments on commit 7f0a494

Please sign in to comment.