We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0464e commit 0b42700Copy full SHA for 0b42700
.github/workflows/my-first-workflow.yml
@@ -17,3 +17,6 @@ jobs:
17
steps:
18
- name: Shell Demo
19
run: echo "Hej flutter.com Devs 👋"
20
+ - name: Python Step
21
+ shell: python
22
+ run: python --version
0 commit comments