Skip to content

Commit 2adb10e

Browse files
CopilotMte90
andcommitted
Fix YAML syntax error by adding quotes to name fields
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 1d9e255 commit 2adb10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI — Build Kotlin plugin on PR commits
1+
name: 'CI — Build Kotlin plugin on PR commits'
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-kotlin-plugin:
11-
name: Build (matrix: Java ${{ matrix.java-version }})
11+
name: 'Build (matrix: Java ${{ matrix.java-version }})'
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)