Files
test_gitea_act_runner/.gitea/workflows/test_action.yaml
deng f3473971c9
Some checks failed
test_action / Python3 (push) Failing after 6s
ls images
2024-05-21 08:18:53 +00:00

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