From b289f6c09c46b3fbb41bd431b108d34b288b62ea Mon Sep 17 00:00:00 2001 From: Valery Buchinsky Date: Wed, 4 Oct 2023 15:31:14 +0300 Subject: [PATCH] coveralls live --- .github/workflows/monorepo.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/monorepo.yml b/.github/workflows/monorepo.yml index 41155a54..d16a50ac 100644 --- a/.github/workflows/monorepo.yml +++ b/.github/workflows/monorepo.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/setup-node@v2 - run: yarn - # lint: - # runs-on: ubuntu-latest - # needs: prepare - # steps: - # - run: ./node_modules/.bin/lerna run lint + lint: + runs-on: ubuntu-latest + needs: prepare + steps: + - run: ./node_modules/.bin/lerna run lint # test: # runs-on: ubuntu-latest