Skip to content

Commit

Permalink
Test break stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Nov 20, 2024
1 parent 9b554b1 commit 03cef02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
test:
name: Test lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewMatchingLogger(logger logging.Logger, isError, uploadAll bool) *Matching

// MatchingLogger provides a logger that also allows sending regex matched lines to a channel.
type MatchingLogger struct {
mu sync.RWMutex
mu sync.RWMutex
logger logging.Logger
matchers map[string]matcher
defaultError bool
Expand Down

0 comments on commit 03cef02

Please sign in to comment.