about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index d61bfe770..77e58f547 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,11 +18,6 @@ jobs:
         uses: actions/checkout@v3
       - name: Yarn install
         run: yarn
-      - name: Lint Reporter
-        uses: wearerequired/lint-action@v2.2.0
-        with:
-          eslint: true
-          prettier: true
       - name: Typescript & Lint check
         run: yarn lint
   testing: