Add GitHub Actions for testing matchers

This commit is contained in:
Jonas Bengtsson 2020-01-03 21:24:05 +01:00
parent 21c8af6d0c
commit a1a65a9e40

13
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Main CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup local Android problem matchers
run: |
./index.js
- name: Print example problems
run: |
./test.js