mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
test
This commit is contained in:
parent
a67e056c05
commit
64a60c89cf
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/learn-gitea.actions.yml
Normal file
9
.gitea/workflows/learn-gitea.actions.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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"
|
Loading…
Reference in a new issue