From 2d97ee3c0ae56a8a2b091a87305ef6a2ea9fcfb7 Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Tue, 13 Feb 2024 20:08:09 -0500 Subject: [PATCH] remove ts lint --- .github/workflows/build-lint-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 0fba7d3..f0d7c13 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -69,8 +69,6 @@ jobs: with: path: '.eslintcache' key: ${{ runner.os }}-lint-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - - name: ESLint - run: yarn lint:js - name: MDLint run: yarn lint:md test_a11y: