[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): add format

Nate Moore (Mar 30, 2025, 9:01 PM -0500) 772e324c 5857a293

+13
+13
.github/workflows/format.yaml
··· 1 + name: Format 2 + 3 + on: 4 + workflow_dispatch: 5 + push: 6 + branches: 7 + - main 8 + 9 + jobs: 10 + prettier: 11 + if: github.repository_owner == 'bombshell-dev' 12 + uses: bombshell-dev/automation/.github/workflows/format.yml@main 13 + secrets: inherit