mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-26 21:10:44 -05:00
10 lines
219 B
YAML
10 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"
|