We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d860 commit 9016332Copy full SHA for 9016332
1 file changed
.github/workflows/autofix.yml
@@ -28,7 +28,7 @@ jobs:
28
run: pnpm playwright install
29
30
- name: 🔠 Fix lint errors
31
- run: pnpm lint --fix
+ run: pnpm lint:fix
32
33
- name: 🧪 Update unit test snapshots
34
run: pnpm test:unit -u
0 commit comments