From 2a02a1639912eb60cd80c504471272501515b5ed Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Tue, 30 Apr 2024 15:49:53 +0200 Subject: [PATCH] add step to check code in workflow Signed-off-by: Aleksandar Stojanov --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de00249..9ee8afb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,8 @@ jobs: with: args: --timeout 5m0s skip-cache: true + - name: Check code + run: make check - name: Run tests run: make test-all - name: Install plugin