From eae8bb03a93e5017ce57e35a32fcd7765e9f64e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 4 Jul 2026 14:35:08 +0400 Subject: [PATCH] =?UTF-8?q?ci:=20rendre=20le=20lint=20=C3=A0=20nouveau=20b?= =?UTF-8?q?loquant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/check-pr.yml | 1 - .gitea/workflows/deploy-beta.yml | 1 - .gitea/workflows/deploy-prod.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitea/workflows/check-pr.yml b/.gitea/workflows/check-pr.yml index a19bea4..45e9192 100644 --- a/.gitea/workflows/check-pr.yml +++ b/.gitea/workflows/check-pr.yml @@ -24,7 +24,6 @@ jobs: - name: Lancer le lint run: yarn lint - continue-on-error: true - name: Lancer les tests run: yarn test diff --git a/.gitea/workflows/deploy-beta.yml b/.gitea/workflows/deploy-beta.yml index d922539..d02ce46 100644 --- a/.gitea/workflows/deploy-beta.yml +++ b/.gitea/workflows/deploy-beta.yml @@ -22,7 +22,6 @@ jobs: - name: Lancer le lint run: yarn lint - continue-on-error: true - name: Lancer les tests run: yarn test diff --git a/.gitea/workflows/deploy-prod.yml b/.gitea/workflows/deploy-prod.yml index 3b1a808..cc42c19 100644 --- a/.gitea/workflows/deploy-prod.yml +++ b/.gitea/workflows/deploy-prod.yml @@ -24,7 +24,6 @@ jobs: - name: Lancer le lint run: yarn lint - continue-on-error: true - name: Lancer les tests run: yarn test