From 14452164e42017a5c5fbd212e6974ceb2b17431d Mon Sep 17 00:00:00 2001 From: deng Date: Tue, 21 May 2024 08:32:53 +0000 Subject: [PATCH] add checkout repo to action job --- .gitea/workflows/test_action.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml index decb4f5..2031e40 100644 --- a/.gitea/workflows/test_action.yaml +++ b/.gitea/workflows/test_action.yaml @@ -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