[CI] Remove warning output for eslint on platform workflow (#4906)

This commit is contained in:
John Hill 2022-03-03 14:07:54 -08:00 committed by GitHub
parent 74b83903c9
commit 16cb5f3911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,4 @@ jobs:
architecture: ${{ matrix.architecture }}
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run lint -- --quiet