Skip to content

Commit

Permalink
chore: fix npm run perf crashes
Browse files Browse the repository at this point in the history
it was crashing as eslint treat the `.eslintrc.yml` to be js.
this commit changes the generated configs to `eslint.config.js`.

refs: eslint#16255 (comment)
  • Loading branch information
aladdin-add committed Aug 30, 2022
1 parent d4e9c05 commit e4e9966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -54,6 +54,8 @@ jobs:
run: node Makefile mocha
- name: Fuzz Test
run: node Makefile fuzz
- name: perf
run: npm run perf

test_on_browser:
name: Browser Test
Expand Down

0 comments on commit e4e9966

Please sign in to comment.