Skip to content

Commit 1166fe3

Browse files
committed
ci: Fix yamllint warnings
1 parent 14719e8 commit 1166fe3

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/pull_request.yml

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

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

77
jobs:
88
soundness:
@@ -31,25 +31,25 @@ jobs:
3131
registry:
3232
image: registry:2
3333
ports:
34-
- 5000:5000
34+
- 5000:5000
3535
container:
3636
image: swift:6.0-noble
3737
steps:
38-
- name: Checkout repository
39-
uses: actions/checkout@v4
40-
with:
41-
persist-credentials: false
38+
- name: Checkout repository
39+
uses: actions/checkout@v4
40+
with:
41+
persist-credentials: false
4242

43-
- name: Mark the workspace as safe
44-
# https://github.com/actions/checkout/issues/766
45-
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
43+
- name: Mark the workspace as safe
44+
# https://github.com/actions/checkout/issues/766
45+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
4646

47-
- name: Run test job
48-
env:
49-
REGISTRY_HOST: registry
50-
REGISTRY_PORT: 5000
51-
run: |
52-
swift test
47+
- name: Run test job
48+
env:
49+
REGISTRY_HOST: registry
50+
REGISTRY_PORT: 5000
51+
run: |
52+
swift test
5353
5454
swift-6-language-mode:
5555
name: Swift 6 Language Mode

.spi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets:
5-
- containertool
6-
- ContainerImageBuilderPlugin
4+
- documentation_targets:
5+
- containertool
6+
- ContainerImageBuilderPlugin

0 commit comments

Comments
 (0)