Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Aug 31, 2024
1 parent af1feb0 commit 5f342fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
branches:
- master
paths:
- "lib/**.ts"
- ".github/workflows/codeql-analysis.yml"
schedule:
- cron: '37 8 * * 2'

Expand Down
2 changes: 2 additions & 0 deletions lib/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Check warning on line 6 in lib/index.mts

View workflow job for this annotation

GitHub Actions / Build and test (Node LTS)

'a' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check failure on line 6 in lib/index.mts

View workflow job for this annotation

GitHub Actions / Build and test (Node LTS)

'a' is declared but its value is never read.

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable a.

0 comments on commit 5f342fe

Please sign in to comment.