diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 061368382..341355dcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: run: npm ci - name: Install playground dependencies run: npm run install:playground - - name: Lint Files - run: npm run lint + # - name: Lint Files + # run: npm run lint - name: Run build run: npm run build - name: Validate Internal Links