Skip to content

Commit

Permalink
add Docc Validation Step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Sep 9, 2024
1 parent 2157d99 commit 1e2aeb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:
- uses: irgaly/setup-mint@v1
- name: SwiftFormat Lint
run: mint run swiftformat --lint .
Docc:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Swift-Docc Validate
run: swift package generate-documentation --analyze --warnings-as-errors

0 comments on commit 1e2aeb4

Please sign in to comment.