Skip to content

feat(create-astro): automatically configure astro check (#8853) #5539

feat(create-astro): automatically configure astro check (#8853)

feat(create-astro): automatically configure astro check (#8853) #5539

Workflow file for this run

name: Format
on:
workflow_dispatch:
push:
branches:
- main
jobs:
prettier:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format:ci"
secrets: inherit