Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-access-signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Nov 4, 2024
2 parents 7a71cb8 + e187cfc commit 2c1e086
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ jobs:
- name: Run compatibility tests
run: make test-compatibility
if: ${{ matrix.config == 'debug' }}

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

0 comments on commit 2c1e086

Please sign in to comment.