2 Commits

Author SHA1 Message Date
Saifeddine ALOUI
e106bda859 ci: streamline GitHub Actions and tox configuration
- Remove OS matrix from lint job; run lint only on ubuntu-latest
- Upgrade actions/setup-python from v4 to v5 with pip caching
- Replace snok/install-poetry and manual cache with pip-based setup
- Simplify tox.ini by using `deps = poetry` and `poetry run` consistently
- Remove redundant `skipsdist = true` and duplicated commands_pre blocks
- Drop deprecated safety JSON output and html coverage report
2026-02-17 08:53:19 +01:00
Robert Marklund
bd7edddddb add tox for linting and testing and add ci/cd
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
2025-11-13 16:02:33 +00:00