Skip to content

[v23.3.x] [CORE-96]: admin/server fix set_log_level handling of overlapping expirations #2283

[v23.3.x] [CORE-96]: admin/server fix set_log_level handling of overlapping expirations

[v23.3.x] [CORE-96]: admin/server fix set_log_level handling of overlapping expirations #2283

Workflow file for this run

name: Lint python
on:
push:
branches:
- 'dev'
paths:
- '**.py'
tags-ignore:
- '**'
pull_request:
paths:
- '**.py'
jobs:
py:
name: Lint python files
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install yapf
run: pip install yapf==0.40.1
- name: Run yapf
run: find . -type f -name '*.py' | xargs -n8 yapf -d