We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3668fcb commit 91d51d9Copy full SHA for 91d51d9
.github/workflows/templates.yml
@@ -16,7 +16,7 @@ jobs:
16
include:
17
- template: astro
18
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'
+ verify: 'npm run lint:fix && npm run astro check'
20
- template: nextjs
21
bootstrap: 'npx create-next-app --example "https://github.com/sumup-oss/circuit-ui/tree/main/templates/nextjs/template" test-app'
22
verify: 'npm run test:ci'
0 commit comments