rdmorganiser / rdmo

A tool to support the planning, implementation, and organization of research data management.
https://rdmorganiser.github.io
Apache License 2.0
105 stars 49 forks source link

Move additional CI jobs to `rdmorganiser/.github` #1085

Open afuetterer opened 4 months ago

afuetterer commented 4 months ago

At the moment we have:

Ref: https://github.com/rdmorganiser/rdmo/blob/dev-2.2.0/.github/workflows/ci.yml

I think these can move to the central workflows location right now:

The tests in this repository are highly specialized. So I see no generalization.

Actually, I changed my mind about using pre-commit.ci. We could also move to their service and remove the pre-commit autoupdate here.

What do you think?