Skip to content

Commit

Permalink
Merge pull request #116 from Matejkob/macro-compatibility-check
Browse files Browse the repository at this point in the history
Add new job–Swift Macro Compatibility Check
  • Loading branch information
Matejkob authored Jun 29, 2024
2 parents d0236bb + c94807c commit b6fc4f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,17 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage_report.lcov

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@v0.1.0
with:
run-tests: true
major-versions-only: false

0 comments on commit b6fc4f6

Please sign in to comment.