0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -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
260 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:
2024-02-23 04:50:10 -05:00
command: "format"
secrets: inherit