Skip to content

Updated to numbered steps (#95) #44

Updated to numbered steps (#95)

Updated to numbered steps (#95) #44

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