From a1a65a9e401add7dacf9d0e1de47f96ff2e3e0c0 Mon Sep 17 00:00:00 2001 From: Jonas Bengtsson Date: Fri, 3 Jan 2020 21:24:05 +0100 Subject: [PATCH] Add GitHub Actions for testing matchers --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..cf1f81f --- /dev/null +++ b/.github/workflows/main.yml @@ -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