mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-10 10:29:05 +00:00
Improve documentation
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# 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
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
name: 'Android Problem Matchers'
|
||||
author: 'Jonas Bengtsson'
|
||||
description: 'Adds common problem matchers for Android builds'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
branding:
|
||||
icon: 'list'
|
||||
color: 'green'
|
||||
|
||||
Reference in New Issue
Block a user