We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caefbe commit 03a533aCopy full SHA for 03a533a
.github/workflows/pylint.yml
@@ -26,4 +26,6 @@ jobs:
26
if: always()
27
env:
28
RUNNER_CONTEXT: ${{ toJson(runner) }}
29
- run: echo "$RUNNER_CONTEXT"
+ run: |
30
+ echo "$RUNNER_CONTEXT"
31
+ uname -a
0 commit comments