Skip to content

Commit 0b42700

Browse files
authored
Update my-first-workflow.yml
1 parent 1f0464e commit 0b42700

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/my-first-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
steps:
1818
- name: Shell Demo
1919
run: echo "Hej flutter.com Devs 👋"
20+
- name: Python Step
21+
shell: python
22+
run: python --version

0 commit comments

Comments
 (0)