[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
Something went wrong. Try again.
1234567891011121314151617name: Format
on: workflow_dispatch: push: branches: - main
jobs: format: if: github.repository_owner == 'bombshell-dev' uses: bombshell-dev/automation/.github/workflows/format.yml@main secrets: inherit permissions: contents: write pull-requests: write