Skip to content

Commit 91d51d9

Browse files
committed
Fix template workflow
1 parent 3668fcb commit 91d51d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- template: astro
1818
bootstrap: 'npx create-astro@latest ./test-app --template sumup-oss/circuit-ui/templates/astro --install --no-git --typescript=strictest'
19-
verify: 'npm run lint && npm run astro check'
19+
verify: 'npm run lint:fix && npm run astro check'
2020
- template: nextjs
2121
bootstrap: 'npx create-next-app --example "https://github.com/sumup-oss/circuit-ui/tree/main/templates/nextjs/template" test-app'
2222
verify: 'npm run test:ci'

0 commit comments

Comments
 (0)