From d3a4b3fdf475acfa630348e04735ee96d493bdaf Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Thu, 5 May 2022 16:12:16 -0400 Subject: [PATCH] disable GH Actions lint step --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d41db..ed150a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile - - name: Lint - run: yarn lint +# - name: Lint +# run: yarn lint - name: Run Tests - run: yarn test:ember + run: yarn test floating: name: "Floating Dependencies"