mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
run lint command
This commit is contained in:
parent
9862b0d6ac
commit
e92ad8d45b
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -6113,7 +6113,7 @@ function run() {
|
|||
}
|
||||
}
|
||||
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');
|
||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||
|
|
|
@ -54,7 +54,7 @@ async function run() {
|
|||
await cacheDependencies(cache, pythonVersion);
|
||||
}
|
||||
} 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');
|
||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue