Skip to content

Commit a24a0f1

Browse files
Add Macro Compatibility Check to CI workflow (#285)
Co-authored-by: Stephen Celis <[email protected]>
1 parent e84352a commit a24a0f1

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
@@ -77,3 +77,15 @@ jobs:
7777
# run: swift test
7878
# - name: Run tests (release)
7979
# run: swift test -c release
80+
81+
check-macro-compatibility:
82+
name: Check Macro Compatibility
83+
runs-on: macos-latest
84+
steps:
85+
- name: Checkout repository
86+
uses: actions/checkout@v4
87+
- name: Run Swift Macro Compatibility Check
88+
uses: Matejkob/swift-macro-compatibility-check@v1
89+
with:
90+
run-tests: false
91+
major-versions-only: true

0 commit comments

Comments
 (0)