File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 8
8
tests :
9
9
name : Test
10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
- soundness :
12
- name : Soundness
13
- uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
11
with :
15
- license_header_check_enabled : false
16
- license_header_check_project_name : " Swift.org"
12
+ enable_windows_checks : false
13
+ linux_pre_build_command : |
14
+ git clone https://github.com/swiftlang/swift-syntax.git ../swift-syntax
15
+ git -C ../swift-syntax fetch origin pull/2859/merge:pr_merge
16
+ git -C ../swift-syntax reset --hard pr_merge
17
+ swift package config set-mirror --original https://github.com/swiftlang/swift-syntax.git --mirror "$(realpath ../swift-syntax)"
18
+ # soundness:
19
+ # name: Soundness
20
+ # uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
21
+ # with:
22
+ # license_header_check_enabled: false
23
+ # license_header_check_project_name: "Swift.org"
You can’t perform that action at this time.
0 commit comments