From d21a61103d72dd88bcb178682ce9d306556c7a6f Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Wed, 18 Mar 2020 15:34:23 -0400 Subject: [PATCH] . --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 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..1510add --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,8 @@ +on: push +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + - run: npm install-ci-test