From 39ca0684519114f59dea6aaed0476645bb0fcd46 Mon Sep 17 00:00:00 2001 From: DeadSwitch Date: Wed, 18 Feb 2026 17:59:46 +0100 Subject: [PATCH] Linting in CI. --- .gitea/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..893bcde --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,10 @@ +name: Test the role +on: + - push + +jobs: + test-the-role: + runs-on: iron-runner + steps: + - uses: actions/checkout@v6 + - run: ansible-lint --profile production .