Skip to content

Update Tests.yml

Update Tests.yml #82

Triggered via push September 24, 2023 05:03
Status Failure
Total duration 1m 11s
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
SwiftLint: Sources/DarkMode/common/Apperance.swift#L19
Line Length Violation: Line should be 200 characters or less; currently it has 245 characters (line_length)
SwiftLint: Sources/DarkMode/common/Apperance.swift#L20
Line Length Violation: Line should be 200 characters or less; currently it has 225 characters (line_length)
SwiftLint: Sources/DarkMode/common/Apperance.swift#L42
Line Length Violation: Line should be 200 characters or less; currently it has 212 characters (line_length)
SwiftLint: Sources/DarkMode/UITraitCollection+Extension.swift#L26
Line Length Violation: Line should be 200 characters or less; currently it has 240 characters (line_length)
SwiftLint: DarkModeExample/ViewController.swift#L23
Line Length Violation: Line should be 200 characters or less; currently it has 209 characters (line_length)
SwiftLint: Package.swift#L19
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L5
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L12
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 159 characters (line_length)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L39
Line Length Violation: Line should be 120 characters or less; currently it has 148 characters (line_length)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L50
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L54
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/DarkMode/UIImageAsset+Extension.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/DarkMode/UserDefault+Extension.swift#L22
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/DarkMode/UserDefault+Extension.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/