mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Format using prettier
This commit is contained in:
parent
65e20941cc
commit
994eb506df
1 changed files with 2 additions and 10 deletions
|
@ -5,21 +5,13 @@ import path = require('path');
|
|||
const toolDir = path.join(
|
||||
__dirname,
|
||||
'runner',
|
||||
path.join(
|
||||
Math.random()
|
||||
.toString(36)
|
||||
.substring(7)
|
||||
),
|
||||
path.join(Math.random().toString(36).substring(7)),
|
||||
'tools'
|
||||
);
|
||||
const tempDir = path.join(
|
||||
__dirname,
|
||||
'runner',
|
||||
path.join(
|
||||
Math.random()
|
||||
.toString(36)
|
||||
.substring(7)
|
||||
),
|
||||
path.join(Math.random().toString(36).substring(7)),
|
||||
'temp'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue