Skip to content
This repository was archived by the owner on Apr 29, 2023. It is now read-only.

Commit 95714c4

Browse files
committed
Update CI and git configuration.
1 parent 0041723 commit 95714c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.yml linguist-detectable

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ yaml-lint:
3737
tags:
3838
- shell
3939
script:
40-
- yamllint tasks/*.yml
40+
- yamllint ./
4141

4242
shell-lint:
4343
stage: linting

0 commit comments

Comments
 (0)