mirror of
https://github.com/android-actions/setup-android
synced 2024-11-21 21:19:41 -08:00
Improve documentation
This commit is contained in:
parent
a1a65a9e40
commit
aa16e13db3
2 changed files with 11 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue