From a82e9925f55c4967bad3dbb47566979734608bbc Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 21 Feb 2023 11:46:07 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e331e2d62c..9830f08eeb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,8 +10,6 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/actions/dangerous-git-checkout - uses: ./.github/actions/yarn-install - - name: Test Code Linting - run: yarn lint - name: Save Code Linting Reports run: yarn lint:report continue-on-error: true