We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bc17 commit 6c1e1b2Copy full SHA for 6c1e1b2
1 file changed
.github/workflows/autofix.yml
@@ -11,4 +11,6 @@ jobs:
11
autofix:
12
uses: zotero-plugin-dev/workflows/.github/workflows/autofix.yml@main
13
with:
14
- command: pnpm run lint:fix
+ command: |
15
+ pnpm build
16
+ pnpm run lint:fix
0 commit comments