Skip to content

Commit 47a6e57

Browse files
authored
Add Macro Compatibility Check to the main workflow (#21)
1 parent e307830 commit 47a6e57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-macos.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Test
1919
run: swift test
20+
check-macro-compatibility:
21+
name: Check Macro Compatibility
22+
runs-on: macos-latest
23+
steps:
24+
- name: Checkout repository
25+
uses: actions/checkout@v4
26+
- name: Run Swift Macro Compatibility Check
27+
uses: Matejkob/swift-macro-compatibility-check@v1
28+
with:
29+
run-tests: false
30+
major-versions-only: true

0 commit comments

Comments
 (0)