mirror of
https://github.com/gradle/actions.git
synced 2026-08-22 05:42:51 +00:00
Lint
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import * as core from '@actions/core'
|
||||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run() {
|
||||
export async function run(): Promise<void> {
|
||||
core.info('POST Gradle Command Action')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user