From 64b87a15572f0d56b9f66771e32a11f542d0ccf7 Mon Sep 17 00:00:00 2001 From: bruhn_b Date: Mon, 8 Jun 2026 11:12:07 +0200 Subject: [PATCH] add lint and test pipeline --- .gitea/workflows/lint-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitea/workflows/lint-test.yaml diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml new file mode 100644 index 0000000..11494c0 --- /dev/null +++ b/.gitea/workflows/lint-test.yaml @@ -0,0 +1,4 @@ +name: Lint and Test + +on: + push: \ No newline at end of file