mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-16 15:31:06 +02:00
ci: update
This commit is contained in:
parent
0471ca14ca
commit
bb4d4cbd5c
3 changed files with 9 additions and 7 deletions
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.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue