From 4ebbd218a034d31c084e62fcf9fa78b1700acade Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 15:49:15 +0200 Subject: ci: perform js tests as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ba5a7e..62658ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,10 @@ jobs: - name: "Build site" run: bundle exec jekyll build - - name: "Run rubocop" - run: bundle exec rubocop + - name: "Run style checks" + run: | + bundle exec rubocop + yarn run eslint - name: "Run tests" run: bundle exec rake -- cgit v1.2.3