Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Oct 28, 2024
1 parent 95045b9 commit 5eeef94
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Main
on:
push:
branches: [main]
schedule:
- cron: "0 8,20 * * *"

jobs:
unit-tests:
Expand All @@ -19,7 +21,7 @@ jobs:
windows_nightly_main_enabled: true
windows_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
windows_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
windows_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable
windows_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"

benchmarks:
name: Benchmarks
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/scheduled.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let benchmarks = {
]

Benchmark(
"HTTPFields.init(dictionaryLiteral:)",
"HTTPFields.init(dictionaryLiteral)",
configuration: .init(
metrics: defaultMetrics,
scalingFactor: .kilo,
Expand Down
13 changes: 13 additions & 0 deletions Sources/HTTPTypes/NIOLock.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift open source project
//
// Copyright (c) 2024 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for the list of Swift project authors
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2017-2024 Apple Inc. and the SwiftNIO project authors
Expand Down

0 comments on commit 5eeef94

Please sign in to comment.