File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
11
with :
12
12
linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13
+ enable_windows_checks : false
13
14
windows_exclude_swift_versions : ' [{"swift_version": "5.9"}]'
14
15
enable_macos_checks : true
15
16
macos_exclude_xcode_versions : ' [{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
Original file line number Diff line number Diff line change
1
+ @@===----------------------------------------------------------------------===@@
2
+ @@
3
+ @@ This source file is part of the Swift.org open source project
4
+ @@
5
+ @@ Copyright (c) YEARS Apple Inc. and the Swift project authors
6
+ @@ Licensed under Apache License v2.0 with Runtime Library Exception
7
+ @@
8
+ @@ See https://swift.org/LICENSE.txt for license information
9
+ @@
10
+ @@===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change
1
+ .gitignore
2
+ **/.gitignore
3
+ .licenseignore
4
+ .gitattributes
5
+ .git-blame-ignore-revs
6
+ .mailfilter
7
+ .mailmap
8
+ .spi.yml
9
+ .swift-format
10
+ .editorconfig
11
+ .github/*
12
+ .build
13
+ *.yml
14
+ *.yaml
15
+ *.cmake
16
+ *.cmake.in
17
+ Package.swift
18
+ **/Package.swift
19
+ Package@*.swift
20
+ **/Package@*.swift
21
+ Package.resolved
22
+ **/Package.resolved
23
+ .unacceptablelanguageignore
24
+ -a*/Snapshots/*
You can’t perform that action at this time.
0 commit comments