From 5281956fbff1f25f5187eb78f25fe2fecc0301bd Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 May 2020 16:41:15 +0200 Subject: [PATCH] Add standard to our testing Run in allow failures mode until the non-compliant files are fixed. --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7865ee82d..aa4cd3708 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,5 +18,7 @@ jobs: npm ci npm run build --if-present npm test + npm install standard --save-dev + standard || true # several files are still on compliant env: CI: true