Skip to content

Commit e540ede

Browse files
committed
Fix lint issue
1 parent febb5f6 commit e540ede

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Diff for: dist/index.js

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function run(): Promise<void> {
1919

2020
run()
2121

22-
async function getFlutterVersion() {
22+
async function getFlutterVersion(): Promise<void> {
2323
const dir = process.env.GITHUB_WORKSPACE || './'
2424
const pubspecYaml = join(dir, 'pubspec.yaml')
2525
const pubspecObj = await readYamlFile(pubspecYaml)

0 commit comments

Comments
 (0)