Skip to content

Fix 2479 - remove unnecessary partiton info field (#2485) #4104

Fix 2479 - remove unnecessary partiton info field (#2485)

Fix 2479 - remove unnecessary partiton info field (#2485) #4104

Workflow file for this run

on: [ push, pull_request ]
name: flake8 linting (15 ignores)
jobs:
flake8:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8
- name: Lint with flake8
run: flake8