Skip to content

Commit 26fbd13

Browse files
authored
Merge pull request #820 from swiftlang/ci-support-linux
[CI] GitHub Actions support for Linux platform
2 parents 11b7887 + ab48e0f commit 26fbd13

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: pull_request
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
7+
jobs:
8+
tests:
9+
name: tests
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# This source file is part of the Swift.org open source project
3+
#
4+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
5+
# Licensed under Apache License v2.0 with Runtime Library Exception
6+
#
7+
# See https://swift.org/LICENSE.txt for license information
8+
# See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9+
#
10+
11+
* @ahoppen @allevato @bnbarham @shawnhyam
12+
13+
.github/ @shahmishal
14+
.swiftci/ @shahmishal

0 commit comments

Comments
 (0)