Skip to content

standardize connect sidecar version variable to CONNECT_SIDECAR_VERSI… #247

standardize connect sidecar version variable to CONNECT_SIDECAR_VERSI…

standardize connect sidecar version variable to CONNECT_SIDECAR_VERSI… #247

Workflow file for this run

---
name: Checks
on: push
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: 🏧 Checkout
uses: actions/checkout@v4
- name: 🛠️ Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: 🚀 Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files --show-diff-on-failure --verbose