Skip to content

Commit 769aba9

Browse files
committed
style: standardize quotation marks in coverage workflow action
Signed-off-by: jbrinkman <joe.brinkman@improving.com>
1 parent 65690df commit 769aba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-coverage/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: 'Run Coverage'
2-
description: 'Run code coverage collection and upload artifacts'
1+
name: "Run Coverage"
2+
description: "Run code coverage collection and upload artifacts"
33
runs:
4-
using: 'composite'
4+
using: "composite"
55
steps:
66
- name: Install Task
77
shell: bash

0 commit comments

Comments
 (0)