Ruben van Staveren 5291140caf
All checks were successful
Flake8 / build (3.11) (push) Successful in 1s
without :host then?
2025-03-14 11:54:28 +01:00

17 lines
263 B
YAML

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