From: Jérôme Benoit Date: Sat, 29 Jul 2023 19:07:36 +0000 (+0200) Subject: build(ci): lint the code only once X-Git-Tag: v2.6.21~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7c60360a24cf7960dfa2fabeab1db64f123a4b16;hp=1b6e07ba4d366d3ef1df94a44361010e928f279a;p=poolifier.git build(ci): lint the code only once Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0ec4013..e48f47aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: run: pnpm build - name: Lint + if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} run: pnpm lint - name: Tests