name: test_action run-name: this is a gitea action test on: [push] jobs: Python3: runs-on: ubuntu-latest steps: - run: echo "Hello World" - run: python -V - run: md5sum data/images/George_the_amazing_guinea_pig.jpg