mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Code format
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
d3a12299d4
commit
796b8eb73a
1
index.js
1
index.js
@ -14,6 +14,7 @@ async function run() {
|
|||||||
const patterns = ['src/**/*.csproj', 'package.json']
|
const patterns = ['src/**/*.csproj', 'package.json']
|
||||||
const globber = await glob.create(patterns.join('\n'))
|
const globber = await glob.create(patterns.join('\n'))
|
||||||
const files = await globber.glob()
|
const files = await globber.glob()
|
||||||
|
|
||||||
console.log("files: ", files)
|
console.log("files: ", files)
|
||||||
|
|
||||||
const filePathInput = core.getInput('filePath');
|
const filePathInput = core.getInput('filePath');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user