From 23211de764e2b7e766b715c5db327f3d1b65a968 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 15:04:37 -0700 Subject: [PATCH] ci: remove linting stage for later --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 422b5456..81f1b5bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -205,15 +205,6 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }} - # # - # Release › Print / Lint - # # - - - name: "🪪 NPM › Lint" - id: task_release_npm_prettylint - run: | - npm run lint - # # # Release › Build # #