We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bedbd5 commit ece89ebCopy full SHA for ece89eb
.github/workflows/ci.yml
@@ -40,15 +40,3 @@ jobs:
40
- uses: actions/checkout@v4
41
- name: Build
42
run: swift build
43
-
44
- check-macro-compatibility:
45
- name: Check Macro Compatibility
46
- runs-on: macos-latest
47
- steps:
48
- - name: Checkout repository
49
50
- - name: Run Swift Macro Compatibility Check
51
- uses: Matejkob/swift-macro-compatibility-check@v1
52
- with:
53
- run-tests: false
54
- major-versions-only: true
0 commit comments