We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0432c6 commit ae87ffdCopy full SHA for ae87ffd
.github/workflows/autofix.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm lint --fix
36
37
- name: ⚙️ Check engine ranges
38
- run: pnpm installed-check --fix
+ run: pnpm installed-check --no-include-workspace-root --ignore-dev --fix
39
40
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
41
with:
0 commit comments