fix lint errors
This commit is contained in:
parent
fff3de9938
commit
74d434c5ca
3 changed files with 3 additions and 3 deletions
2
lib/setup-tools.js
generated
2
lib/setup-tools.js
generated
|
|
@ -9,8 +9,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const toolcache = __importStar(require("@actions/tool-cache"));
|
||||
const path = __importStar(require("path"));
|
||||
const crypto = __importStar(require("crypto"));
|
||||
const path = __importStar(require("path"));
|
||||
class CodeQLSetup {
|
||||
constructor(codeqlDist) {
|
||||
this.dist = codeqlDist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue