Skip to content

Add title to checkbox to ensure service owners know they should only enable backup instance types feature with capacity-eng approval #199

Add title to checkbox to ensure service owners know they should only enable backup instance types feature with capacity-eng approval

Add title to checkbox to ensure service owners know they should only enable backup instance types feature with capacity-eng approval #199

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}