Improve documentation

This commit is contained in:
Jonas Bengtsson 2020-01-03 21:38:11 +01:00
parent a1a65a9e40
commit aa16e13db3
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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'