From 4985ac91950e3a38e2ae901f0f0b373e98b11e47 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 31 May 2025 14:19:12 +0200 Subject: [PATCH] fix: update project reference in pre-commit config Change the project reference from 'sentrysetup' to 'presenter' in the .pre-commit-config.yaml file to reflect the correct project being used for GitLab CI linting. This ensures the linting process targets the appropriate project. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07ca1a9..fbbcd9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: gitlab-ci-linter args: - --project - - unboundsoftware/shiny/sentrysetup + - unboundsoftware/shiny/presenter - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v9.22.0 hooks: