8642912120
* chore(ci): cleanup GitHub Actions * Update .github/workflows/format.yml
15 lines
263 B
YAML
15 lines
263 B
YAML
name: Format
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
prettier:
|
|
if: github.repository_owner == 'withastro'
|
|
uses: withastro/automation/.github/workflows/format.yml@main
|
|
with:
|
|
command: "format:ci"
|
|
secrets: inherit
|