From af48b4c5f7b181876af89b4ae9ebf55e4d2db398 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 3 Apr 2024 13:31:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 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..eee8c0a --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,11 @@ +name: checks +on: + - push + +jobs: + lint: + name: check and test + runs-on: ubuntu-latest + steps: + - name: test + run: ls \ No newline at end of file