svengreb / nib

A “stylish“, log-level based line printer for human-facing Go CLI applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapt to "tmpl-go" template repository version 0.3.0

svengreb opened this issue · comments

Adapt to "tmpl-go" version 0.3.0 which includes a optimized run configuration for the CI workflow that helps to improve the performance though more fine grained configurations:

  • Only run on pushes to the main branch.
  • Only run on pushes for v* tags.
  • Always run for pushes to PRs.