Skip to content

Commit ece89eb

Browse files
committed
Remove macro compatibility check
1 parent 6bedbd5 commit ece89eb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,3 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- name: Build
4242
run: swift build
43-
44-
check-macro-compatibility:
45-
name: Check Macro Compatibility
46-
runs-on: macos-latest
47-
steps:
48-
- name: Checkout repository
49-
uses: actions/checkout@v4
50-
- name: Run Swift Macro Compatibility Check
51-
uses: Matejkob/swift-macro-compatibility-check@v1
52-
with:
53-
run-tests: false
54-
major-versions-only: true

0 commit comments

Comments
 (0)