mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
patch 8.2.1319: status badge for Github CI has wrong link
Problem: Status badge for Github CI has wrong link. Solution: Rename and use the right link
This commit is contained in:
parent
ed3c7e6339
commit
ac7bf8c4bf
2
.github/workflows/ci-windows.yaml
vendored
2
.github/workflows/ci-windows.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: CI with MSVC and MinGW-w64
|
||||
name: GitHub CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/vim/vim)
|
||||
[](https://ci.appveyor.com/project/chrisbra/vim)
|
||||

|
||||
[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22)
|
||||
[](https://cirrus-ci.com/github/vim/vim)
|
||||
[](https://codecov.io/gh/vim/vim?branch=master)
|
||||
[](https://scan.coverity.com/projects/vim)
|
||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1319,
|
||||
/**/
|
||||
1318,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user