Skip to content

Commit 982e35b

Browse files
authored
ci: explicitly declare pre-commit job (#293)
1 parent 10234ea commit 982e35b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ include:
77
stages:
88
- test
99

10+
pre-commit:
11+
extends: [.pre-commit]
12+
1013
lint:
1114
stage: test
1215

0 commit comments

Comments
 (0)