update action
test_action / Python3 (push) Successful in 8s
Details
test_action / Python3 (push) Successful in 8s
Details
This commit is contained in:
parent
176de62aac
commit
749172f13d
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Python3:
|
Python3:
|
||||||
runs-on: python:3.10-slim
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo "Hello World"
|
||||||
- run: python -V
|
- run: python -V
|
||||||
|
|
Loading…
Reference in New Issue