Skip to content

Commit 833e1b0

Browse files
committed
Lint fixes
1 parent 33d91cc commit 833e1b0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/feature-flags/properties.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import * as github from "@actions/github";
32

43
import { isDynamicWorkflow } from "../actions-util";

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import {
4343
} from "./diff-informed-analysis-utils";
4444
import { EnvVar } from "./environment";
4545
import { Feature, FeatureEnablement, initFeatures } from "./feature-flags";
46+
import { loadRepositoryProperties } from "./feature-flags/properties";
4647
import {
4748
checkInstallPython311,
4849
checkPacksForOverlayCompatibility,
@@ -97,7 +98,6 @@ import {
9798
getOptionalEnvVar,
9899
} from "./util";
99100
import { checkWorkflow } from "./workflow";
100-
import { loadRepositoryProperties } from "./feature-flags/properties";
101101

102102
/**
103103
* First version of CodeQL where the Java extractor safely supports the option to minimize

src/setup-codeql.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ test.serial(
565565
[`Ignoring 'tools: toolcache' because the feature is not enabled.`],
566566
);
567567

568-
569568
test.serial(
570569
'tryGetTagNameFromUrl extracts the right tag name for a repo name containing "codeql-bundle"',
571570
(t) => {

0 commit comments

Comments
 (0)