add checkout repo to action job
test_action / Python3 (push) Successful in 9s
Details
test_action / Python3 (push) Successful in 9s
Details
This commit is contained in:
parent
971cb23004
commit
14452164e4
|
@ -6,6 +6,9 @@ jobs:
|
|||
Python3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello World"
|
||||
- run: python -V
|
||||
- run: ls .
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: check python version
|
||||
run: python -V
|
||||
- name: access image housed by lfs
|
||||
run: md5sum data/images/220px-George_the_amazing_guinea_pig.jpg
|
||||
|
|
Loading…
Reference in New Issue