Skip to content

Commit

Permalink
Add Macro Compatibility Check to CI workflow (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Celis <[email protected]>
  • Loading branch information
Matejkob and stephencelis authored Nov 9, 2024
1 parent e84352a commit a24a0f1
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 @@ -77,3 +77,15 @@ jobs:
# run: swift test
# - name: Run tests (release)
# run: swift test -c release

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 a24a0f1

Please sign in to comment.