2023-06-22 20:42:17 +00:00
|
|
|
name: Format
|
2021-03-26 19:45:53 +00:00
|
|
|
|
|
|
|
on:
|
2023-03-01 14:02:35 +00:00
|
|
|
workflow_dispatch:
|
2021-03-26 19:45:53 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
2023-06-22 20:42:17 +00:00
|
|
|
prettier:
|
2023-03-14 13:57:56 +00:00
|
|
|
if: github.repository_owner == 'withastro'
|
2023-06-22 20:42:17 +00:00
|
|
|
uses: withastro/automation/.github/workflows/format.yml@main
|
|
|
|
with:
|
|
|
|
command: "format:ci"
|
|
|
|
secrets: inherit
|