Skip to content

Commit bf88c79

Browse files
committed
Make the spacing consistent
1 parent 23e0f82 commit bf88c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
dev_suffix: [ '', '-dev' ]
38+
dev_suffix: ['', '-dev']
3939
debug_suffix: ['', '-debug']
4040
ubuntu_version:
4141
- noble
@@ -125,8 +125,8 @@ jobs:
125125
strategy:
126126
fail-fast: false
127127
matrix:
128-
registry_name: [ rubylang, ghcr.io/ruby ]
129-
image_version_suffix: [ '', '-dev', '-debug', '-debug-dev' ]
128+
registry_name: [rubylang, ghcr.io/ruby]
129+
image_version_suffix: ['', '-dev', '-debug', '-debug-dev']
130130
ubuntu_version:
131131
- noble
132132
- jammy

0 commit comments

Comments
 (0)