Skip to content

Add note on Swift rebalance process #3187

Add note on Swift rebalance process

Add note on Swift rebalance process #3187

Workflow file for this run

name: Linting
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- uses: pre-commit/[email protected]