From 5f342fe2a1adba13d018878fb4a112c046ef2c3d Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Sat, 31 Aug 2024 03:51:19 +0300 Subject: [PATCH] Test --- .github/workflows/codeql-analysis.yml | 3 --- lib/index.mts | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6532978..26dae79 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,9 +7,6 @@ on: pull_request: branches: - master - paths: - - "lib/**.ts" - - ".github/workflows/codeql-analysis.yml" schedule: - cron: '37 8 * * 2' diff --git a/lib/index.mts b/lib/index.mts index 19bcc85..e8464c0 100644 --- a/lib/index.mts +++ b/lib/index.mts @@ -2,3 +2,5 @@ export * from './detectors/dockerdetector.mjs'; export * from './detectors/k8sdetector.mjs'; export * from './detectors/osdetector.mjs'; export * from './detectors/packagejsondetector.mjs'; + +const a = 2;