From fdd15c345a57040a4dda802755525f4fb7977341 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 15:30:59 +0100 Subject: [PATCH] tried adding my custom action! --- .gitea/workflows/workflow.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/workflow.yml diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml new file mode 100644 index 0000000..5084323 --- /dev/null +++ b/.gitea/workflows/workflow.yml @@ -0,0 +1,15 @@ +name: learn-github-actions +run-name: ${{ github.actor }} is learning GitHub Actions +on: [push] +jobs: + check-bats-version: + runs-on: ubuntu-latest + steps: + # https://github.com/RouxAntoine/checkout/tree/v3.5.4 + - uses: RouxAntoine/checkout@v3.5.4 + - uses: actions/setup-node@v3 + with: + node-version: '14' + - uses: https://sigyl.com/git/actions/batch2yaml.git + - run: npm install -g bats + - run: bats -v