add checkout repo to action job
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				test_action / Python3 (push) Successful in 9s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	test_action / Python3 (push) Successful in 9s
				
			This commit is contained in:
		| @ -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 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user