run lint command

This commit is contained in:
Dmitry Shibanov 2022-04-26 11:05:31 +02:00
parent 9862b0d6ac
commit e92ad8d45b
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -6113,7 +6113,7 @@ function run() {
} }
} }
else { else {
throw new Error('there\'s empty python-version input'); throw new Error("there's empty python-version input");
} }
const matchersPath = path.join(__dirname, '../..', '.github'); const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`); core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);

View file

@ -54,7 +54,7 @@ async function run() {
await cacheDependencies(cache, pythonVersion); await cacheDependencies(cache, pythonVersion);
} }
} else { } else {
throw new Error('there\'s empty python-version input') throw new Error("there's empty python-version input");
} }
const matchersPath = path.join(__dirname, '../..', '.github'); const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`); core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);