diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index 38665664..da244a6b 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -82,3 +82,17 @@ jobs: - name: Swiftdocs run: | .buildscript/build_swift_docs.sh ${{ runner.temp }}/swiftdocs + + check-macro-compatibility: + name: Check Macro Compatibility + runs-on: macos-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Run Swift Macro Compatibility Check + uses: Matejkob/swift-macro-compatibility-check@v1 + with: + run-tests: false + major-versions-only: true