Skip to content

Commit 3002213

Browse files
committed
* tweaking format
1 parent be4e075 commit 3002213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
- name: Dump runner context
2626
env:
2727
RUNNER_CONTEXT: ${{ toJson(runner) }}
28-
run: echo "$RUNNER_CONTEXT"
28+
run: |
29+
echo "$RUNNER_CONTEXT"

0 commit comments

Comments
 (0)