Skip to content

Commit

Permalink
#178 Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jan 13, 2025
1 parent 0282d1d commit c121bb7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ jobs:
- name: Lint
run: swift format lint -r ./ --configuration .swift-format

swiftlint:
name: swiftlint
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Swift
uses: slashmo/[email protected]
with:
version: 6.0.3
- name: Swift Version
run: swift --version
- name: Install SwiftLint
run: brew install swiftlint
- name: Lint
run: swiftlint

0 comments on commit c121bb7

Please sign in to comment.