From 16cb5f391135c1fdeb9e1655a1caac7c27bf1578 Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 3 Mar 2022 14:07:54 -0800 Subject: [PATCH] [CI] Remove warning output for eslint on platform workflow (#4906) --- .github/workflows/pr-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-platform.yml b/.github/workflows/pr-platform.yml index e6e8919548..3d961ca090 100644 --- a/.github/workflows/pr-platform.yml +++ b/.github/workflows/pr-platform.yml @@ -31,4 +31,4 @@ jobs: architecture: ${{ matrix.architecture }} - run: npm install - run: npm test - - run: npm run lint + - run: npm run lint -- --quiet