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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user