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 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:
prettier:
2023-03-14 13:57:56 +00:00
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format:ci"
secrets: inherit