Skip to content

Commit

Permalink
Add precommit for linter.gitlab-ci-jobs-codeowners (#30027)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR authored Oct 11, 2024
1 parent 206e038 commit 0e6567e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ repos:
files: .*gitlab.*\.yml$
pass_filenames: false
stages: [pre-push]
- id: gitlab-lint-jobs-codeowners
name: gitlab-lint-jobs-codeowners
description: lint the gitlab configuration to verify jobs codeowners
entry: 'inv linter.gitlab-ci-jobs-codeowners'
language: system
require_serial: true
files: .*gitlab.*\.yml$
pass_filenames: false
- id: update-go
name: update-go
description: test formatting of files will allow go update
Expand Down

0 comments on commit 0e6567e

Please sign in to comment.