mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
ci: update
This commit is contained in:
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
If this PR fixes any issues, please link to the issue here.
|
If this PR fixes any issues, please link to the issue here.
|
||||||
Fixes #<issue_number>
|
- Fixes #<issue_number>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -12,3 +12,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
plugin: LazyVim
|
plugin: LazyVim
|
||||||
repo: LazyVim/LazyVim
|
repo: LazyVim/LazyVim
|
||||||
|
tests: true
|
||||||
|
|||||||
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,7 +1,8 @@
|
|||||||
tt.*
|
|
||||||
foo.*
|
|
||||||
.tests
|
|
||||||
doc/tags
|
|
||||||
debug
|
|
||||||
.repro
|
|
||||||
*.log
|
*.log
|
||||||
|
.repro
|
||||||
|
.tests
|
||||||
|
build
|
||||||
|
debug
|
||||||
|
doc/tags
|
||||||
|
foo.*
|
||||||
|
tt.*
|
||||||
|
|||||||
Reference in New Issue
Block a user