Initial version of job

This commit is contained in:
Jonas Bengtsson
2020-01-03 11:37:01 +01:00
commit 39774526ec
10 changed files with 137 additions and 0 deletions

5
action.yml Normal file
View File

@@ -0,0 +1,5 @@
name: 'Android Problem Matchers'
description: 'Adds common problem matchers for Android builds'
runs:
using: 'node12'
main: 'index.js'