Skip to content

Commit 6c1e1b2

Browse files
committed
chore: fix playgroud lint
1 parent a22bc17 commit 6c1e1b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autofix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
autofix:
1212
uses: zotero-plugin-dev/workflows/.github/workflows/autofix.yml@main
1313
with:
14-
command: pnpm run lint:fix
14+
command: |
15+
pnpm build
16+
pnpm run lint:fix

0 commit comments

Comments
 (0)