Skip to content

Pass countinference to usage collector #2129

Pass countinference to usage collector

Pass countinference to usage collector #2129

name: Static code analysis
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build-dev-test:
runs-on:
labels: depot-ubuntu-22.04-small
group: public-depot
timeout-minutes: 5
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install code analysis dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/requirements.code_analysis.txt
- name: Check code quality
run: |
make check_code_quality