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:
|
Python3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Hello World"
|
- name: checkout repo
|
||||||
- run: python -V
|
uses: actions/checkout@v4
|
||||||
- run: ls .
|
- 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