tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Pull schemes directly from GitHub for CI #19

Closed belak closed 2 years ago

belak commented 2 years ago

This updates the builder and action to automatically pull schemes from GitHub without requiring the user to clone the schemes repo.

belak commented 2 years ago

When using the CLI, it works in offline-mode by default. You can pass the --online flag to pull from GH.

When using the action, it's reversed - the default will pull from GitHub, unless you specify a schemes folder.

That means you should be able to drop the separate clone from the GH Workflows once this gets published.