Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Sep 16, 2024
1 parent 202c136 commit 29d6d51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: apple/swift-nio/.github/workflows/soundness.yml@main
with:
license_header_check_project_name: "SwiftCertificates"
docs_check_container_image: "swift:6.0-jammy"

cmake-lists:
name: Check cmake lists
Expand Down
2 changes: 1 addition & 1 deletion Sources/X509/Signature.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extension Certificate {
/// signature.
///
/// This type is almost entirely opaque. It can be validated by way of
/// ``Certificate/PublicKey-swift.struct/isValidSignature(_:for:)``, and it
/// ``Certificate/PublicKey-swift.struct/isValidSignature(_:for:)-3cbor``, and it
/// can be generated by ``Certificate/PrivateKey``s automatically when
/// used by ``Certificate/init(version:serialNumber:publicKey:notValidBefore:notValidAfter:issuer:subject:signatureAlgorithm:extensions:issuerPrivateKey:)``.
/// Otherwise, this type has essentially no behaviours.
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-cmake-lists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function update_cmakelists_source() {
# Build an array with the rest of the arguments
shift
src_exts=("$@")
echo "Finding source files (${src_exts[@]}) under $src_root"
echo "Finding source files (" "${src_exts[@]}" ") under $src_root"

num_exts=${#src_exts[@]}

Expand Down

0 comments on commit 29d6d51

Please sign in to comment.