diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-03 12:11:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 12:11:06 -0500 |
commit | 9d178c7e155dc7d7a2b96ec89b20008a22ac1784 (patch) | |
tree | 8ae2457b2005a7714603a538d20c0187becbd3b4 /.github | |
parent | 70abcc48b89a330f1f77f5f43d3be58a4fe1193e (diff) | |
download | voidsky-9d178c7e155dc7d7a2b96ec89b20008a22ac1784.tar.zst |
Fix unit tests (#377)
* Fix unit tests * Remove excess lint and prettier checks from gh actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 5 |
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: |