Skip to content

Introduce new option disable_logrotate_for_postgresql #3015

Introduce new option disable_logrotate_for_postgresql

Introduce new option disable_logrotate_for_postgresql #3015

Workflow file for this run

---
name: "Flake8"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set TERM environment variable
run: echo "TERM=xterm" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Install dependencies
run: make bootstrap-dev
- name: Run Flake8
run: make linter-flake8