diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8a7fbbcb..0010ca27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,5 +26,8 @@ jobs: - name: Install dependencies run: yarn install --immutable --immutable-cache --check-cache + - name: Build + run: yarn build + - name: Lint run: yarn lint