fix lint errors

This commit is contained in:
Alex Kalyvitis 2020-06-17 16:19:00 +02:00
parent fff3de9938
commit 74d434c5ca
3 changed files with 3 additions and 3 deletions

2
lib/setup-tools.js generated
View file

@ -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;