Skip to content

Commit

Permalink
Add Swift Macro Compatibility Check GitHub Action (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Sep 23, 2024
1 parent 642e6aa commit 55a29e9
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 @@ -73,6 +73,18 @@ jobs:
- name: Run tests
run: wasmtime --dir . .build/debug/swift-case-pathsPackageTests.wasm

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.0.0
with:
run-tests: false
major-versions-only: false

# windows:
# name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
# strategy:
Expand Down

0 comments on commit 55a29e9

Please sign in to comment.