From da1cb338917ad71c0463f89901fa2847599a7dc6 Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 13 Aug 2021 03:00:52 +0900 Subject: [PATCH] chore(github): add lint --- .github/workflows/github_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 53027632..93686d63 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -37,5 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore dependencies run: npm ci + - name: Lint + run: npm run lint - name: Build run: npm run production