Skip to content

Commit 05c9e51

Browse files
authored
Validate links (#324)
1 parent 1bb6943 commit 05c9e51

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: brew outdated carthage || brew upgrade carthage
6464
- name: Build Framework
6565
run: carthage build --verbose --no-skip-current --use-xcframeworks
66-
spm-14:
66+
spm-16:
6767
name: SPM Build macOS 14
6868
runs-on: macOS-14
6969
strategy:
@@ -85,3 +85,11 @@ jobs:
8585
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
8686
- name: Build Framework
8787
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

Comments
 (0)