GHA: Fix Check Documentation action#10189
Merged
bkhouri merged 1 commit intoJun 29, 2026
Merged
Conversation
bkhouri
force-pushed
the
t/6.4.x/gh10186_gha_update-doc-check-to-check-target
branch
2 times, most recently
from
June 10, 2026 17:32
b605c56 to
5fb72b6
Compare
bkhouri
commented
Jun 10, 2026
bkhouri
force-pushed
the
t/6.4.x/gh10186_gha_update-doc-check-to-check-target
branch
from
June 10, 2026 20:30
5fb72b6 to
b9dd57a
Compare
bkhouri
commented
Jun 10, 2026
| soundness: | ||
| name: Soundness | ||
| uses: swiftlang/github-workflows/.github/workflows/[email protected].11 | ||
| uses: swiftlang/github-workflows/.github/workflows/[email protected].12 |
Contributor
Author
There was a problem hiding this comment.
issue (blocking): Version 0.0.12 is not out yet, so this may not be the actual version.
- Update the Soundness workflow to the actual version that contains Docs: provide option to skip analysis in doc-check github-workflows#282
bkhouri
force-pushed
the
t/6.4.x/gh10186_gha_update-doc-check-to-check-target
branch
3 times, most recently
from
June 25, 2026 19:02
1ab9323 to
6914542
Compare
The "Check Documentation" actions was not actually checking any documentation as a required `.spi.yml` file was missing. Update the repository to use a new tag of the workflow that allows to specify the documentation targets. Fixes: swiftlang#10186
bkhouri
force-pushed
the
t/6.4.x/gh10186_gha_update-doc-check-to-check-target
branch
from
June 29, 2026 14:54
6914542 to
04bd407
Compare
Contributor
Author
|
@swift-ci test |
bkhouri
marked this pull request as ready for review
June 29, 2026 15:38
bkhouri
requested review from
bripeticca,
cmcgee1024,
daveinglis,
daveyc123,
dschaefer2,
jakepetroules,
owenv,
plemarquand and
rconnell9
as code owners
June 29, 2026 15:38
cmcgee1024
approved these changes
Jun 29, 2026
bkhouri
enabled auto-merge (squash)
June 29, 2026 20:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "Check Documentation" actions was not actually checking any documentation as a required
.spi.ymlfile was missing.Update the repository to use a new tag of the workflow that allows to specify the documentation targets.
Fixes: #10186
Depends on swiftlang/github-workflows#282