Skip to content

jenkins: always select gcc-11 on Debian 12 (#3704) #2237

jenkins: always select gcc-11 on Debian 12 (#3704)

jenkins: always select gcc-11 on Debian 12 (#3704) #2237

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/*"
pull_request:
jobs:
Python:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install -r requirements.txt # TODO: Add tap2junit
- name: Lint with flake8
run: |
pip install flake8
flake8 --version
flake8 .