From 64a60c89cf26bd0aa62d85a8955d486937bea481 Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Sat, 29 Jul 2023 09:59:11 -0400 Subject: [PATCH] test --- .gitea/workflows/learn-gitea.actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/learn-gitea.actions.yml diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml new file mode 100644 index 0000000..cee9d3f --- /dev/null +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -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"