about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-03 12:11:06 -0500
committerGitHub <noreply@github.com>2023-04-03 12:11:06 -0500
commit9d178c7e155dc7d7a2b96ec89b20008a22ac1784 (patch)
tree8ae2457b2005a7714603a538d20c0187becbd3b4 /.github/workflows
parent70abcc48b89a330f1f77f5f43d3be58a4fe1193e (diff)
downloadvoidsky-9d178c7e155dc7d7a2b96ec89b20008a22ac1784.tar.zst
Fix unit tests (#377)
* Fix unit tests

* Remove excess lint and prettier checks from gh actions
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: