0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/.github/workflows/format.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
263 B
YAML
Raw Normal View History

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