Skip to content

Commit

Permalink
更新 blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickloo8888 authored Nov 7, 2024
1 parent 4cadd7a commit c1b31f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c1b31f1

Please sign in to comment.