Skip to content

Commit

Permalink
ci: fix install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-eren committed Dec 3, 2024
1 parent 4a17a13 commit 42a8eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Install dependencies
run: yarn install
working-directory: ./

- name: Lint
run: yarn lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Install dependencies
run: yarn install
working-directory: ./

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 42a8eb1

Please sign in to comment.