Skip to content

Commit

Permalink
Add the current version of ctxlog
Browse files Browse the repository at this point in the history
This is an initial commit of a library that's been already developed and used in a project. Now we're moving it outside as a standalone external library.

Co-authored-by: Wim Spaargaren <wim_spaargaren@live.nl>
Co-authored-by: Peter Klijn <p.klijn@thebeat.co>
Signed-off-by: Alexey Zarakovskiy <a.zarakovskiy@thebeat.co>
  • Loading branch information
3 people committed Nov 7, 2022
1 parent c6d1b17 commit d914cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
if: github.event.action != 'labeled'
run: make ci-test

- name: Run component tests
if: github.event.action != 'labeled'
run: make ci-component-test

- name: Run Bumpr
# Run this step only if a label is added to the PR (action == labeled) or if the branch is master
# if a label is added, Bumpr will comment the next version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Context Logger
# Context Logger ![CI](https://github.com/beatlabs/ctxlog/actions/workflows/ci.yml/badge.svg)

`ctxlog` is a library which helps to add a contextual data to your log messages at any time, and have it logged with each message.

Expand Down

0 comments on commit d914cc7

Please sign in to comment.