test_gitea_act_runner/.gitea/workflows/test_action.yaml

12 lines
244 B
YAML

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