s3_cleanup/.gitea/workflows/learn-gitea.actions.yml

13 lines
328 B
YAML
Raw Normal View History

2023-07-29 09:59:11 -04:00
name: learn-gitea-actions
run-name: ${{ gitea.actor }} is learning Gitea Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2023-07-29 10:02:48 -04:00
- uses: actions/setup-python@v4
with:
2023-07-29 10:15:28 -04:00
python-version: 'pypy3.11'
2023-07-29 10:02:48 -04:00
- run: pip install -r requirements.txt