mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Lint
This commit is contained in:
parent
5c61ab77ec
commit
6cee865aea
6 changed files with 18 additions and 22 deletions
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue