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.
This commit is contained in:
2025-05-31 14:19:12 +02:00
parent d43d009f5e
commit 4985ac9195
+1 -1
View File
@@ -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: