Skip to content

Commit

Permalink
change working dirs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed Sep 6, 2021
1 parent baa8d36 commit 542d2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Install modules
run: yarn install
working-directory: ./js
working-directory: js

- name: Run ESLint
run: yarn lint:eslint
working-directory: ./js
working-directory: js

0 comments on commit 542d2a7

Please sign in to comment.