From 56ca11eeb0af9e94e98599b30df6f595d5b8911d Mon Sep 17 00:00:00 2001 From: Walidoux Date: Mon, 16 May 2022 20:35:19 +0100 Subject: [PATCH] test: linting commit in github actions --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aefd1ae..664a23a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,6 +22,9 @@ jobs: - name: Install packages run: npm ci + - name: lint:commit + run: npm run lint:commit -- --to "${{ github.sha }}" + - name: Next.js linting run: npm run lint:next