From e4159470fde480555985523e93e47f5e89ea63f2 Mon Sep 17 00:00:00 2001 From: Blankeos Date: Sun, 20 Oct 2024 16:56:57 +0800 Subject: [PATCH] chore: Removed linting. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4a12238..4494982 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,5 +36,5 @@ jobs: env: CI: true - - name: Lint - run: bun run lint + # - name: Lint + # run: bun run lint