From f2e44a2b183d323bd8b7af3cd183cca8e12947f0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 1 Mar 2018 22:50:34 +0100 Subject: [PATCH] gotzone format --- .gitlab-ci.yml | 5 ++--- ts/index.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9360876..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ cache: key: "$CI_BUILD_STAGE" stages: -- mirror - security - test - release @@ -15,13 +14,13 @@ stages: - pages mirror: - stage: mirror + stage: security script: - npmci git mirror tags: - docker -security: +snyk: stage: security script: - npmci command yarn global add snyk diff --git a/ts/index.ts b/ts/index.ts index 68a3825..cd4f724 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,7 +13,7 @@ export interface ILogContext { export interface ILogPackage { logContext: ILogContext; - logLevel: TLogLevel + logLevel: TLogLevel; message: string; }