We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87d6fb commit c1ae0d3Copy full SHA for c1ae0d3
1 file changed
.github/workflows/reusable-hugo-workflow.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm install
39
40
- name: Lint the source files
41
- run: pnpm run lint
+ run: pnpm run lint:fix
42
43
- name: Install Hugo CLI
44
run: |
0 commit comments