|
|
@ -4728,9 +4728,9 @@ function run() {
|
|
|
|
auth.configAuthentication(registryUrl, alwaysAuth);
|
|
|
|
auth.configAuthentication(registryUrl, alwaysAuth);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const matchersPath = path.join(__dirname, '..', '.github');
|
|
|
|
const matchersPath = path.join(__dirname, '..', '.github');
|
|
|
|
console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
|
|
|
|
core.info(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
|
|
|
|
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
|
|
|
|
core.info(`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
|
|
|
|
console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
|
|
|
|
core.info(`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (error) {
|
|
|
|
catch (error) {
|
|
|
|
core.setFailed(error.message);
|
|
|
|
core.setFailed(error.message);
|
|
|
|