From 02ef8f30307a65333a852b1794b96aee0dfd6d85 Mon Sep 17 00:00:00 2001 From: MartinFillon Date: Mon, 17 Mar 2025 15:13:00 +0100 Subject: [PATCH] ci: add linting to ci --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b282753c..f9841ec4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,3 +40,6 @@ jobs: - name: "Run tests" run: pnpm test:unit + + - name: "Run linter" + run: pnpm lint