s3_cleanup/.gitea/workflows/learn-gitea.actions.yml
2023-07-29 09:59:11 -04:00

9 lines
219 B
YAML

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
- run: echo "hello"