Can I use Hugging Face and GitHub together?

Hello there!

Long term GitHub user and most of my workflow is currently there.

However, I’d like to start using many (if not all) of the Hugging Face features.

I’m wondering: can I use GitHub and Hugging Face together?

Specifically: GitHub for CI/CD, Actions etc + Hugging Face for datasets/models (larger storage)?

In essence, I’m trying to figure a workflow for a full-stack ML app:

data → model → fix data → version data/model (Hugging Face) → ship if better than last (CI/CD) → add data → model → repeat