Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elamperti committed Dec 29, 2024
1 parent 6f8b172 commit 98c72a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CI: 1

- name: Lint
run: yarn lint --rule "react-compiler/react-compiler: off"
run: 'yarn lint --rule "react-compiler/react-compiler: off"'

- name: Prettier
run: yarn prettier
Expand Down

0 comments on commit 98c72a8

Please sign in to comment.