We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9d19c commit a82ef4cCopy full SHA for a82ef4c
1 file changed
.github/workflows/ci.yml
@@ -97,6 +97,18 @@ jobs:
97
kill $SERVER_PID 2>/dev/null || true
98
fi
99
100
+ documentation:
101
+ name: Documentation
102
+ runs-on: macos-latest
103
+ timeout-minutes: 10
104
+ steps:
105
+ - uses: actions/checkout@v4
106
+ - uses: swift-actions/setup-swift@v2
107
+ with:
108
+ swift-version: "6.1.0"
109
+ - name: Build Documentation
110
+ run: swift package generate-documentation --target MCP --warnings-as-errors
111
+
112
static-linux-sdk-build:
113
name: Linux Static SDK Build (${{ matrix.swift-version }} - ${{ matrix.os }})
114
strategy:
0 commit comments