Skip to content

Commit e9002d5

Browse files
committed
Use single quotes
1 parent ef0b756 commit e9002d5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
update:
3232

3333
# Define a display name:
34-
name: "Update TypeScript Declarations"
34+
name: 'Update TypeScript Declarations'
3535

3636
# Define the type of virtual host machine:
3737
runs-on: ubuntu-latest

.github/workflows/process_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Define a job for processing commit message metadata...
3030
process:
3131
# Define a display name:
32-
name: "Process Metadata"
32+
name: 'Process Metadata'
3333

3434
# Define the type of virtual host machine:
3535
runs-on: ubuntu-latest

.github/workflows/repl_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
update:
4343

4444
# Define a display name:
45-
name: "Update REPL docs"
45+
name: 'Update REPL docs'
4646

4747
# Define the type of virtual host machine:
4848
runs-on: ubuntu-latest

.github/workflows/standalone_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
publish:
4444

4545
# Define a display name:
46-
name: "Publish"
46+
name: 'Publish'
4747

4848
# Define the type of virtual host machine:
4949
runs-on: ubuntu-latest

.github/workflows/standalone_push_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
push:
3131

3232
# Define a display name:
33-
name: "Push Changes to Standalone Packages"
33+
name: 'Push Changes to Standalone Packages'
3434

3535
# Define the type of virtual host machine:
3636
runs-on: ubuntu-latest

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
trigger:
4141

4242
# Define a display name:
43-
name: "Trigger Tests"
43+
name: 'Trigger Tests'
4444

4545
# Define the type of virtual host machine:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)