Skip to content

Commit 6859f2b

Browse files
committed
Add a stub update-version.yml file for testing.
GitHub Action workflows can't be tested until they exist on main in some form. This PR adds an empty copy of update-version.yml in order to allow me to test it. (We can delete this file if we don't move forward with merging the actual workflow.)
1 parent 1be6b35 commit 6859f2b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This source file is part of the Swift.org open source project
2+
#
3+
# Copyright (c) 2025 Apple Inc. and the Swift project authors
4+
# Licensed under Apache License v2.0 with Runtime Library Exception
5+
#
6+
# See https://swift.org/LICENSE.txt for license information
7+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
9+
name: Update Swift Testing version
10+
11+
on:
12+
pull_request:

0 commit comments

Comments
 (0)