mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
run lint command
This commit is contained in:
parent
9862b0d6ac
commit
e92ad8d45b
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…
x
Reference in New Issue
Block a user