Skip to content

Commit dbe05e7

Browse files
ochafikclaude
andcommitted
chore: Remove non-existent Swift SDK job from CI
The swift job referenced a swift/ directory that doesn't exist. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a4bfaa6 commit dbe05e7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ jobs:
3737

3838
- run: npm run prettier
3939

40-
swift:
41-
runs-on: macos-latest
42-
steps:
43-
- uses: actions/checkout@v4
44-
45-
- name: Build Swift SDK
46-
working-directory: swift
47-
run: swift build
48-
49-
- name: Test Swift SDK
50-
working-directory: swift
51-
run: swift test
52-
5340
kotlin:
5441
runs-on: ubuntu-latest
5542
steps:

0 commit comments

Comments
 (0)