Skip to content

Commit

Permalink
Add Macro Compatibility Check to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Oct 5, 2024
1 parent 7335e4a commit 65c5f42
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 65c5f42

Please sign in to comment.