Skip to content

Commit

Permalink
fix: correctly formatted code owners
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <[email protected]>
  • Loading branch information
jpmcb committed Aug 13, 2024
1 parent f5f9d41 commit b7eae39
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# This file is generated automatically. DO NOT EDIT.

.github/workflows/test.yaml John McBride <[email protected]>
LICENSE John McBride <[email protected]>
README.md John McBride <[email protected]>
animator.go John McBride <[email protected]>
go.mod John McBride <[email protected]>
go.sum John McBride <[email protected]>
log.go John McBride <[email protected]>
log_test.go John McBride <[email protected]>
options.go John McBride <[email protected]>
pkg/colors/colors.go John McBride <[email protected]>
pkg/emojis/emojis.go John McBride <[email protected]>
.github/workflows/test.yaml @jpmcb
CODEOWNERS @jpmcb
LICENSE @jpmcb
README.md @jpmcb
animator.go @jpmcb
go.mod @jpmcb
go.sum @jpmcb
log.go @jpmcb
log_test.go @jpmcb
options.go @jpmcb
pkg/colors/colors.go @jpmcb
pkg/emojis/emojis.go @jpmcb

0 comments on commit b7eae39

Please sign in to comment.