-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.repolint.yaml
More file actions
23 lines (22 loc) · 1.07 KB
/
Copy path.repolint.yaml
File metadata and controls
23 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# gh-repolint configuration
# See https://github.com/sethrylan/gh-repolint for documentation
checks:
files:
- name: ".github/dependabot.yml"
reference: "sethrylan/sethrylan/.repolint/go-dependabot.yml"
- name: ".github/workflows/ci.yml"
reference: "sethrylan/sethrylan/.repolint/workflows/ci.yml"
- name: ".github/workflows/conventional-commits.yml"
reference: "sethrylan/sethrylan/.repolint/workflows/conventional-commits.yml"
- name: ".github/workflows/dependabot-auto.yml"
reference: "sethrylan/sethrylan/.repolint/workflows/dependabot-auto.yml"
- name: "LICENSE"
reference: "sethrylan/sethrylan/.repolint/LICENSE"
- name: ".golangci.yml"
reference: "sethrylan/sethrylan/.repolint/.golangci.yml"
- name: ".github/workflows/demo.yml"
reference: "sethrylan/sethrylan/.repolint/workflows/demo-go.yml"
- name: ".github/workflows/demo-hint.yml"
reference: "sethrylan/sethrylan/.repolint/workflows/demo-hint.yml"
- name: "docs/demo-workflow.md"
reference: "sethrylan/sethrylan/.repolint/demo-workflow.md"