Skip to content

[ci] format

[ci] format #3193

Workflow file for this run

name: Format
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@8a5969576beae8ae7bdce64167a95237878f4901 # v1.0.1
with:
command: "format"
secrets: inherit