From 71a6aad62223144ff0d986ba464ee5097aba92ef Mon Sep 17 00:00:00 2001 From: lumirlumir Date: Tue, 10 Sep 2024 03:54:08 +0000 Subject: [PATCH] sync-server: synced local './.github/workflows/lint.yml' with remote './configs/.github/workflows/lint.yml' --- .github/workflows/lint.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37863e9..77de294 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,14 +9,6 @@ on: jobs: lint: - # strategy: - # matrix: - # type: - # - eslint - # - prettier - # - editorconfig - # - markdownlint - runs-on: ubuntu-latest steps: @@ -40,6 +32,3 @@ jobs: - name: Lint run: npm run lint - - # - name: Lint ${{ matrix.type }} - # run: npm run lint-${{ matrix.type }} --if-present