-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(lib): color logs if T0_COLOR true & misc (#22)
* feat(lib): add debug log func with color option via env T0_COLOR * misc(lib): introduce LIB_GREEN_PASS and LIB_RED_FAIL * misc: rename cmds to t0 prefix * misc: lint fix * style(lib): color log, err and fatal outputs if T0_COLOR is true * docs(lib): document global vars
- Loading branch information
Showing
2 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
go-version: 1.23 | ||
- run: go install github.com/tcodes0/go/cmd/changelog@latest | ||
- run: go install github.com/tcodes0/go/cmd/t0changelog@latest | ||
|
||
- name: Update changelog | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters