0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -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 14:45:53 -05:00
on:
2023-03-01 09:02:35 -05:00
workflow_dispatch:
2021-03-26 14:45:53 -05:00
push:
branches:
- main
jobs:
prettier:
2023-03-14 08:57:56 -05:00
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format:ci"
secrets: inherit