Skip to content

Commit

Permalink
Add CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Jan 30, 2024
1 parent d46f277 commit 93ce21f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ci

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
swift:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: brew install swiftlint

- name: Test
uses: mxcl/xcodebuild@v2
with:
platform: iOS

- name: Lint
run: swiftlint lint --strict
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
WalletSdk.xcodeproj
build/

0 comments on commit 93ce21f

Please sign in to comment.