Skip to content

Commit 1e30e97

Browse files
committed
Minor formatting change
1 parent df6a420 commit 1e30e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { setFailed } from '@actions/core'
21
import { which } from '@actions/io'
2+
import { setFailed } from '@actions/core'
33
import { exec } from '@actions/exec'
44
import { execSync } from 'child_process'
5+
import { join } from 'path'
56
import { valid as validSemver } from 'semver'
67
import { desc as semverSort } from 'semver-sort'
7-
import { join } from 'path'
88

99
const {
1010
GITHUB_ACTOR,

0 commit comments

Comments
 (0)