npm run format

This commit is contained in:
Dmitry Shibanov 2023-05-23 15:59:06 +02:00
parent ac9a05fc25
commit a73015898a

View File

@ -35,7 +35,9 @@ async function run() {
);
} else {
if (version.trim().startsWith('2')) {
core.warning('The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672')
core.warning(
'The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672'
);
}
const installed = await finder.useCpythonVersion(version, arch);
pythonVersion = installed.version;