Skip to content

Commit

Permalink
#181 #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 da4f1dd commit 5aedd13
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Swift Lint
on: [pull_request]
jobs:
swift-format-lint:
name: swift-format lint
runs-on: ubuntu-latest
container: swift:6.0.3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
run: swift --version
- name: Lint
run: swift format lint -r ./ --configuration .swift-format

swiftlint:
name: swiftlint
runs-on: ubuntu-latest
container: swift:6.0.3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
run: swift --version
- name: Lint
run: swiftlint

0 comments on commit 5aedd13

Please sign in to comment.