Add GitHub actions workflow for validation by aucampia · Pull Request #1461 · RDFLib/rdflib (original) (raw)
Add GitHub actions workflow for validation
The workflow will run on windows, linux and macos.
Also:
- Limit berkeleydb in requirements.dev.txt to not install on windows as
currently this fails to install in the windows workflow. - Fix .editorconfig for yaml
Fixes #1471
This depends on fixes in #1476 which should probably be merged first.
Note that this fails on windows and will continue to fail until #1478 is merged.