From 2e88df79980b404dd2bfdbc44d94144e7d57cb3b Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Fri, 1 Sep 2023 02:16:35 +0200 Subject: [PATCH] fixup! fixup! Add CI using Gitea actions --- .gitea/workflows/lint.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 71725b4..f6a5278 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -3,8 +3,8 @@ run-name: "${{ gitea.actor }} is linting Ansible files!" on: [push] jobs: lint-ansible-files: - runs-on: ubuntu-latest - steps: - - run: echo "it works!" - - name: Check out repo - uses: actions/checkout@v3 + runs-on: ubuntu-latest + steps: + - run: echo "it works!" + - name: Check out repo + uses: actions/checkout@v3