Skip to content

Fix loadBalancer attribute name (#908) #1158

Fix loadBalancer attribute name (#908)

Fix loadBalancer attribute name (#908) #1158

Workflow file for this run

name: "Lint"
on: [pull_request, push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install deps
run: ./ci/install-deps.sh
- uses: pre-commit/[email protected]