Skip to content

Commit

Permalink
Update pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Mar 19, 2023
1 parent 7b1c201 commit d75162a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: yarn build

- name: ESLint
# Fixes error on CI: Allocation failed - JavaScript heap out of memory
run: NODE_OPTIONS=--max-old-space-size=4096 yarn lint
run: yarn lint

- name: Prettier Check
run: yarn pretty-check

0 comments on commit d75162a

Please sign in to comment.