We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10234ea commit 982e35bCopy full SHA for 982e35b
1 file changed
.gitlab-ci.yml
@@ -7,6 +7,9 @@ include:
7
stages:
8
- test
9
10
+pre-commit:
11
+ extends: [.pre-commit]
12
+
13
lint:
14
stage: test
15
0 commit comments