From 2063656f29ef53d8fc9b624a5fa14b1d5abf2bb5 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Thu, 14 May 2026 00:18:02 +0200 Subject: [PATCH] chore: update eslint config and CI workflow --- .github/workflows/weekly-branch-promotions.yml | 2 +- eslint.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-branch-promotions.yml b/.github/workflows/weekly-branch-promotions.yml index 88d1628..c53a349 100644 --- a/.github/workflows/weekly-branch-promotions.yml +++ b/.github/workflows/weekly-branch-promotions.yml @@ -2,7 +2,7 @@ name: 🔁 Branch Promotions on: schedule: - - cron: "0 6 * * 1,4" # Lundi et Jeudi à 6h UTC (design → develop) + - cron: "0 6 * * 1,4" # Lundi et Jeudi à 6h UTC (design → develop) - cron: "0 6 * * 1" # Lundi à 6h UTC (develop → main) workflow_dispatch: inputs: diff --git a/eslint.config.js b/eslint.config.js index aef40fc..e1d5f91 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,7 +7,7 @@ import tseslint from "typescript-eslint"; import { defineConfig, globalIgnores } from "eslint/config"; export default defineConfig([ - globalIgnores(["dist"]), + globalIgnores(["dist", "POC-grass"]), { files: ["**/*.{ts,tsx}"], extends: [