diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ee8493d..c4f469f 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -32,8 +32,8 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. +echo Add other actions to build, +echo test, and deploy your project. public func evaluate(_ serverTrust: SecTrust, forHost host: String) -> Bool public enum ServerTrustPolicy { case performDefaultEvaluation(validateHost: Bool) case performRevokedEvaluation(validateHost: Bool, revocationFlags: CFOptionFlags)