Skip to content

Commit 55a29e9

Browse files
authored
Add Swift Macro Compatibility Check GitHub Action (#197)
1 parent 642e6aa commit 55a29e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ jobs:
7373
- name: Run tests
7474
run: wasmtime --dir . .build/debug/swift-case-pathsPackageTests.wasm
7575

76+
check-macro-compatibility:
77+
name: Check Macro Compatibility
78+
runs-on: macos-latest
79+
steps:
80+
- name: Checkout repository
81+
uses: actions/checkout@v4
82+
- name: Run Swift Macro Compatibility Check
83+
uses: Matejkob/[email protected]
84+
with:
85+
run-tests: false
86+
major-versions-only: false
87+
7688
# windows:
7789
# name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
7890
# strategy:

0 commit comments

Comments
 (0)