We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84352a commit a24a0f1Copy full SHA for a24a0f1
.github/workflows/ci.yml
@@ -77,3 +77,15 @@ jobs:
77
# run: swift test
78
# - name: Run tests (release)
79
# 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