Skip to content

Commit d914cc7

Browse files
Alexey Zarakovskiywimspaargarenpeterklijn
committed
Add the current version of ctxlog
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>
1 parent c6d1b17 commit d914cc7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
if: github.event.action != 'labeled'
2626
run: make ci-test
2727

28-
- name: Run component tests
29-
if: github.event.action != 'labeled'
30-
run: make ci-component-test
31-
3228
- name: Run Bumpr
3329
# Run this step only if a label is added to the PR (action == labeled) or if the branch is master
3430
# if a label is added, Bumpr will comment the next version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Context Logger
1+
# Context Logger ![CI](https://github.com/beatlabs/ctxlog/actions/workflows/ci.yml/badge.svg)
22

33
`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.
44

0 commit comments

Comments
 (0)