name: test_action run-name: this is a gitea action test on: [push] jobs: Python3: runs-on: ubuntu-latest steps: - 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