Skip to content

Commit a548b45

Browse files
authored
fix yamllint errors (#78)
1 parent 37efa0b commit a548b45

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pull_request
22

33
on:
44
pull_request:
5-
types: [ opened, reopened, synchronize ]
5+
types: [opened, reopened, synchronize]
66

77
jobs:
88
soundness:
@@ -12,19 +12,16 @@ jobs:
1212
# FIXME: Something is off with the format task and it gets "stuck", need to investigate
1313
format_check_enabled: false
1414
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
17-
unacceptable_language_check_word_list: "blacklist whitelist slave master sane sanity insane insanity killed killing hang hung hanged hanging" #ignore-unacceptable-language
1815

1916
test-java:
2017
name: Java tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
2118
runs-on: ubuntu-latest
2219
strategy:
2320
fail-fast: true
2421
matrix:
25-
swift_version: [ 'nightly-main' ]
26-
os_version: [ 'jammy' ]
27-
jdk_vendor: [ 'Corretto' ]
22+
swift_version: ['nightly-main']
23+
os_version: ['jammy']
24+
jdk_vendor: ['Corretto']
2825
container:
2926
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
3027
env:
@@ -68,9 +65,9 @@ jobs:
6865
strategy:
6966
fail-fast: false
7067
matrix:
71-
swift_version: [ 'nightly-main' ]
72-
os_version: [ 'jammy' ]
73-
jdk_vendor: [ 'Corretto' ]
68+
swift_version: ['nightly-main']
69+
os_version: ['jammy']
70+
jdk_vendor: ['Corretto']
7471
container:
7572
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
7673
env:

docker/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ services:
4444
shell:
4545
<<: *common
4646
entrypoint: /bin/bash
47-

0 commit comments

Comments
 (0)