ci: remove linting stage for later

This commit is contained in:
2025-02-23 15:04:37 -07:00
parent f2c943d9e0
commit 23211de764

View File

@@ -205,15 +205,6 @@ jobs:
env: env:
NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }} NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }}
# #
# Release Print / Lint
# #
- name: "🪪 NPM Lint"
id: task_release_npm_prettylint
run: |
npm run lint
# # # #
# Release Build # Release Build
# # # #