no-bug: Remove code linter checks (gh-12801)

This commit is contained in:
mr. m
2026-03-17 15:13:39 +01:00
committed by GitHub
parent f96760a86a
commit 3e2e27d893
2 changed files with 0 additions and 64 deletions

View File

@@ -184,11 +184,6 @@ jobs:
commit_user_name: Zen Browser Robot
commit_user_email: zen-browser-auto@users.noreply.github.com
lint:
uses: ./.github/workflows/code-linter.yml
needs: [build-data]
name: Lint
check-release:
runs-on: ubuntu-latest
needs: [build-data, lint]