Ruben van Staveren ee66b64cd8
Some checks failed
Flake8 / build (3.11) (push) Has been cancelled
Try to run on the host directly
2025-03-14 11:38:50 +01:00

17 lines
268 B
YAML

---
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')