OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 169 forks source link

[add] github-actions #712

Closed get-me-power closed 3 years ago

get-me-power commented 3 years ago

I added Github actions from travis-ci.yml

The purpose of this patch is to replace travis-ci with github-actions.

https://github.com/kazukazuinaina/omnisharp-vim/pull/1/checks?check_run_id=3041280205

↑ this url is running result my fork repo.

nickspoons commented 3 years ago

Hey thanks very much for this. I haven't had time yet to look at github actions properly, but a quick peek at your fork looks much simpler and faster than travis.

I'll have a bit more of a play with it over the next few days, when I can grab some time.

get-me-power commented 3 years ago

@nickspoons Thanks for your reply.

travis-ci.org does not appear to be working. This is probably due to the fact that travis-ci.org has been closed.

So I think it makes sense to take this as an opportunity to move to github-actions. Could you please review this pull request sometime? of course, I will respond if something goes wrong soon!

nickspoons commented 3 years ago

This is excellent, thank you very much. I've removed travis CI, and am going to remove appveyor too as it is redundant and is currently only configured to check python anyway. Just trying to get this Vader test to pass first :smile:

get-me-power commented 3 years ago

@nickspoons Thanks for your merging!