Skip to content

Commit

Permalink
chore(infra): add correct yarn.lock in github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed May 1, 2022
1 parent f9680ca commit 82b2eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Linting and Type Check
name: Code Linting and Type Checking

on:
push:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 82b2eb6

Please sign in to comment.