From 82b2eb6c310f9aa40a59c58df3580dc0a8f50010 Mon Sep 17 00:00:00 2001 From: Arafat Zahan Date: Mon, 2 May 2022 05:05:59 +0600 Subject: [PATCH] chore(infra): add correct yarn.lock in github workflows. --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b59c7f6..1b9a59d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Code Linting and Type Check +name: Code Linting and Type Checking on: push: @@ -40,7 +40,7 @@ concurrency: jobs: lint: - name: Linting and Type Checking + name: Code Linting and Type Checking runs-on: ubuntu-latest timeout-minutes: 20 defaults: @@ -52,6 +52,7 @@ jobs: with: node-version-file: "template/.nvmrc" cache: "yarn" + cache-dependency-path: template/yarn.lock - name: Install dependencies run: yarn - name: Run ESLint