setup-android/action.yml

10 lines
207 B
YAML
Raw Normal View History

2020-01-03 02:37:01 -08:00
name: 'Android Problem Matchers'
2020-01-03 12:38:11 -08:00
author: 'Jonas Bengtsson'
2020-01-03 02:37:01 -08:00
description: 'Adds common problem matchers for Android builds'
runs:
using: 'node12'
main: 'index.js'
2020-01-03 12:38:11 -08:00
branding:
icon: 'list'
color: 'green'