fix tslint errors

This commit is contained in:
Alex Kalyvitis 2020-06-18 18:29:25 +02:00
parent ff8fe44e0c
commit 3ff198f23b
6 changed files with 39 additions and 35 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 semver = __importStar(require("semver"));
const path = __importStar(require("path"));
const semver = __importStar(require("semver"));
class CodeQLSetup {
constructor(codeqlDist) {
this.dist = codeqlDist;