From 8cba7e91d3737345d85ca57ea49f5362457e7c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 31 Mar 2020 14:13:53 +0200 Subject: [PATCH] ci: build the frontend in GH actions It should help catch bugs such as bundle bloat easier. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e82ff4e44..e6116809ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ -name: Linter +name: Simple CI on: [pull_request] jobs: - run-linter: - name: Run Linter + run-ci: + name: Build Frontend runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -13,3 +13,4 @@ jobs: node-version: '12.x' - run: npm install - run: npm run lint + - run: make