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: ls data/images