You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pull_request.yml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: pull_request
2
2
3
3
on:
4
4
pull_request:
5
-
types: [opened, reopened, synchronize]
5
+
types: [opened, reopened, synchronize]
6
6
7
7
jobs:
8
8
soundness:
@@ -12,19 +12,16 @@ jobs:
12
12
# FIXME: Something is off with the format task and it gets "stuck", need to investigate
13
13
format_check_enabled: false
14
14
license_header_check_project_name: Swift.org
15
-
# FIXME: we're about to remove _Subprocess immediately anyway, so rather than fixing it one by one remove this adjusted list and use the default again ASAP
16
-
# swift-subprocess includes the word "kill" because SIGKILL signal handling so we allow it
0 commit comments