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 1bb6943 commit 05c9e51Copy full SHA for 05c9e51
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
run: brew outdated carthage || brew upgrade carthage
64
- name: Build Framework
65
run: carthage build --verbose --no-skip-current --use-xcframeworks
66
- spm-14:
+ spm-16:
67
name: SPM Build macOS 14
68
runs-on: macOS-14
69
strategy:
@@ -85,3 +85,11 @@ jobs:
85
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
86
87
run: Scripts/build.swift ${{ matrix.platforms }} spm
88
+ readme-validation:
89
+ name: Check Markdown links
90
+ runs-on: ubuntu-latest
91
+ steps:
92
+ - name: Checkout Repo
93
+ uses: actions/checkout@v4
94
+ - name: Validate Markdown
95
+ uses: gaurav-nelson/github-action-markdown-link-check@v1
0 commit comments