Skip to content

chore(deps): update actions/checkout action to v6 #389

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #389

Triggered via pull request November 20, 2025 18:01
Status Failure
Total duration 2m 21s
Artifacts

ci.yaml

on: pull_request
SwiftLint
39s
SwiftLint
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Tests (tvOS)
Process completed with exit code 65.
SwiftLint: Sources/OpenFeature/AsyncProviderOperationsQueue.swift#L72
Identifier Name Violation: Variable name 'op' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Sources/OpenFeature/AsyncProviderOperationsQueue.swift#L55
Identifier Name Violation: Variable name 'op' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Sources/OpenFeature/AsyncProviderOperationsQueue.swift#L46
Identifier Name Violation: Variable name 'op' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Sources/OpenFeature/ImmutableTrackingEventDetails.swift#L53
Unneeded Parentheses in Closure Argument Violation: Parentheses are not needed when declaring closure arguments (unneeded_parentheses_in_closure_argument)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L267
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L252
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L276
Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L266
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)