From 38dabfb37d3e43505d98ccd16358190f460af996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Alejandro=20Marug=C3=A1n?= Date: Sun, 15 Feb 2026 16:38:01 +0100 Subject: [PATCH] ci: Remove permissions from lint-test workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Iván Alejandro Marugán --- .github/workflows/lint-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index e9cfa34..ed5d6d7 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -7,9 +7,6 @@ on: pull_request: branches: [main] -permissions: - contents: read - jobs: lint: name: Lint (Node ${{ matrix.node-version }})