Skip to content

Use SUPPORTED file for locale options (#2069) #3124

Use SUPPORTED file for locale options (#2069)

Use SUPPORTED file for locale options (#2069) #3124

Workflow file for this run

on: [ push, pull_request ]
name: flake8 linting (15 ignores)
jobs:
flake8:
runs-on: ubuntu-latest
container:
image: 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