Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.81k stars 333 forks source link

Workflows-refactor #278

Closed Ujstor closed 4 months ago

Ujstor commented 4 months ago

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

Problem/Feature

After implementing the git step in the core blueprint, the lint matrix is hitting its limit, and we need to break the workflow into two parts.

I also updated the HTMX action to pull the new release from the official GitHub repository.

Checklist