Skip to content

Commit

Permalink
Validate links (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Oct 21, 2024
1 parent 1bb6943 commit 05c9e51
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: brew outdated carthage || brew upgrade carthage
- name: Build Framework
run: carthage build --verbose --no-skip-current --use-xcframeworks
spm-14:
spm-16:
name: SPM Build macOS 14
runs-on: macOS-14
strategy:
Expand All @@ -85,3 +85,11 @@ jobs:
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
- name: Build Framework
run: Scripts/build.swift ${{ matrix.platforms }} spm
readme-validation:
name: Check Markdown links
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Validate Markdown
uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit 05c9e51

Please sign in to comment.