Commit 80939db 1 parent bc5e5b7 commit 80939db Copy full SHA for 80939db
File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # custom linting for a non nf-core project
2
+ lint :
3
+ actions_awsfulltest : False
4
+ files_exist :
5
+ # github project things
6
+ - CODE_OF_CONDUCT.md
7
+ - .github/CONTRIBUTING.md
8
+ - .github/ISSUE_TEMPLATE/bug_report.yml
9
+ - .github/ISSUE_TEMPLATE/config.yml
10
+ - .github/ISSUE_TEMPLATE/feature_request.yml
11
+ - .github/PULL_REQUEST_TEMPLATE.md
12
+ # docs
13
+ - docs/images/nf-core-pgscatalog/pgsc_calc_logo_light.png
14
+ - docs/images/nf-core-pgscatalog/pgsc_calc_logo_dark.png
15
+ - docs/output.md
16
+ - docs/usage.md
17
+ - docs/README.md
18
+ # assets
19
+ - assets/email_template.html
20
+ - assets/email_template.txt
21
+ - assets/sendmail_template.txt
22
+ - assets/nf-core-pgscatalog/pgsc_calc_logo_light.png
23
+ files_unchanged :
24
+ - LICENSE
25
+ nextflow_config : False
26
+
You can’t perform that action at this time.
0 commit comments