From 19283f02aed0e7b6c85f2ea80011609fd10d04c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Banaszewski?= Date: Fri, 10 Apr 2026 21:47:07 +0000 Subject: [PATCH] feat: add lint check to CI cheks --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cd96f0..4803fc5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: go-version-file: go.mod cache: true + - name: Lint + run: make lint + - name: Run tests run: make test