This commit is contained in:
Mike 2023-07-29 09:59:11 -04:00
parent a67e056c05
commit 64a60c89cf

View 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"