Skip to content

Commit

Permalink
added swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNey committed May 26, 2024
1 parent 7895994 commit 7733083
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ on:
branches: [ "main" ]

jobs:
build:

lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log

build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 7733083

Please sign in to comment.