mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
fix lint issue
This commit is contained in:
parent
bf5c8eb641
commit
e7ddc67bd1
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ describe('Version from file test', () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
it.each([getVersionInputFromToolVersions])(
|
it.each([getVersionInputFromToolVersions])(
|
||||||
'Version from .tool-versions with alpha Releases ',
|
'Version from .tool-versions with alpha Releases',
|
||||||
async _fn => {
|
async _fn => {
|
||||||
const toolVersionFileName = '.tool-versions';
|
const toolVersionFileName = '.tool-versions';
|
||||||
const toolVersionFilePath = path.join(tempDir, toolVersionFileName);
|
const toolVersionFilePath = path.join(tempDir, toolVersionFileName);
|
||||||
|
|
Loading…
Add table
Reference in a new issue