From a9906fc3b512defb5ab0fabeaaa47712c0e04c93 Mon Sep 17 00:00:00 2001 From: xgaia Date: Thu, 2 Jul 2026 15:21:38 +0200 Subject: [PATCH 1/3] ci: exec on active branches --- .github/workflows/build.yaml | 6 ++++-- .github/workflows/lint.yaml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b6a82a8..b9df1fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,11 +4,13 @@ on: push: branches: - dev - - maquette + - maquette2 + - master pull_request: branches: - dev - - maquette + - maquette2 + - master jobs: build: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 511611c..24c8360 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -4,11 +4,13 @@ on: push: branches: - dev - - maquette + - maquette2 + - master pull_request: branches: - dev - - maquette + - maquette2 + - master jobs: eslint: From 0cd7004f435c90032800d043d3b3233cdedbcd01 Mon Sep 17 00:00:00 2001 From: xgaia Date: Thu, 2 Jul 2026 15:32:16 +0200 Subject: [PATCH 2/3] refactor: fix lint --- src/components/CollectionCardWithToc.vue | 2 +- src/components/CollectionTOC.vue | 4 ++-- src/components/Pagination.vue | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/CollectionCardWithToc.vue b/src/components/CollectionCardWithToc.vue index 971bdf4..5928e19 100644 --- a/src/components/CollectionCardWithToc.vue +++ b/src/components/CollectionCardWithToc.vue @@ -16,7 +16,7 @@ :class="displayMode !== 'toc' ? `${displayMode}-mode` : 'toc-mode'" >
diff --git a/src/components/CollectionTOC.vue b/src/components/CollectionTOC.vue index 4844e8b..3fcb811 100644 --- a/src/components/CollectionTOC.vue +++ b/src/components/CollectionTOC.vue @@ -21,7 +21,7 @@ :class="displayMode !== 'toc' ? `${displayMode}-mode` : 'toc-mode'" >
@@ -175,7 +175,7 @@