feat(ci): Add GitHub Actions workflows for CI/CD

This commit is contained in:
2025-01-18 23:52:44 +01:00
parent af18c2f57a
commit d16e3b613c
18 changed files with 8998 additions and 3455 deletions

View File

@@ -5,16 +5,19 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "logcontext",
"description": "A module to enrich logs with context, featuring async log contexts and scope management.",
"description": "A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.",
"npmPackagename": "@push.rocks/logcontext",
"license": "MIT",
"keywords": [
"logging",
"context management",
"context enrichment",
"async log contexts",
"asynchronous",
"scope management",
"typescript",
"nodejs"
"nodejs",
"module",
"async log contexts"
]
}
},