From ecce5a460d4a79c59ff858d225608a5825c4e04b Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 19 Jun 2021 22:52:17 -0400 Subject: [PATCH] Update --- .github/workflows/CI.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4f91780b..8d238942 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,9 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: yarn install --immutable + - run: yarn prettier:check - run: yarn build:all + - run: yarn lint:all - run: yarn test:all - - working-directory: ./extension - run: yarn install --immutable - - working-directory: ./extension - run: yarn test