mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 11:29:14 +00:00
Improve documentation
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
# Android Problem Matchers
|
# Android Problem Matchers
|
||||||
|
|
||||||
Adds common problem matchers for Android builds to GitHub Action workflows.
|
Adds common problem matchers for Android builds to GitHub Action workflows. Currently adds support for the following tools:
|
||||||
|
|
||||||
|
* Kotlin compiler
|
||||||
|
* Android Lint
|
||||||
|
* Gradle
|
||||||
|
|
||||||
|
This action only configures the problem matchers in order to be compatible with diverse Android workflows.
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
name: 'Android Problem Matchers'
|
name: 'Android Problem Matchers'
|
||||||
|
author: 'Jonas Bengtsson'
|
||||||
description: 'Adds common problem matchers for Android builds'
|
description: 'Adds common problem matchers for Android builds'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
branding:
|
||||||
|
icon: 'list'
|
||||||
|
color: 'green'
|
||||||
|
|||||||
Reference in New Issue
Block a user