Skip to content

Commit 03a533a

Browse files
committed
* also include uname -a
1 parent 9caefbe commit 03a533a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pylint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
if: always()
2727
env:
2828
RUNNER_CONTEXT: ${{ toJson(runner) }}
29-
run: echo "$RUNNER_CONTEXT"
29+
run: |
30+
echo "$RUNNER_CONTEXT"
31+
uname -a

0 commit comments

Comments
 (0)