--- name: Flake8 on: [push] # XXX need to do stuff with uv jobs: build: runs-on: freebsd:host strategy: matrix: python-version: ["3.11"] steps: - name: Analyse code with Flake8 run: | flake8 $(git ls-files '*.py')