format.yml 263 B

123456789101112131415
  1. name: Format
  2. on:
  3. workflow_dispatch:
  4. push:
  5. branches:
  6. - main
  7. jobs:
  8. prettier:
  9. if: github.repository_owner == 'withastro'
  10. uses: withastro/automation/.github/workflows/format.yml@main
  11. with:
  12. command: "format:ci"
  13. secrets: inherit