Ruben van Staveren ae3c846a39
All checks were successful
Flake8 / build (3.11) (push) Successful in 2s
if it is not a git repo, what is it then?
2025-03-14 12:01:55 +01:00

18 lines
280 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: |
find .
flake8 $(git ls-files '*.py')