File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ jobs:
112112 [JET] # allow JET to be loaded on nightly
113113 JET_DEV_MODE = true
114114 ' > LocalPreferences.toml
115+ - uses : julia-actions/julia-buildpkg@latest
116+ - uses : julia-actions/julia-runtest@latest
115117
116118 JULIA_NUM_THREADS :
117119 name : Test with `JULIA_NUM_THREADS = 4,2`
Original file line number Diff line number Diff line change 11# LSP.jl
22
3- [ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.yml )
3+ [ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.jl.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.jl.yml )
4+ [ ![ ] ( https://codecov.io/gh/aviatesk/JETLS.jl/branch/master/graph/badge.svg?flag=LSP.jl )] ( https://codecov.io/gh/aviatesk/JETLS.jl&flags[0]=LSP.jl )
45
56In this directory, the Julia version of the
67[ LSP specification] ( https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification )
Original file line number Diff line number Diff line change 33[ ![ ] ( https://img.shields.io/badge/docs-user_guide-9558B2?logo=julia )] ( https://aviatesk.github.io/JETLS.jl/dev/ )
44[ ![ ] ( https://img.shields.io/badge/docs-dev_notes-7C3AED?logo=obsidian )] ( https://publish.obsidian.md/jetls )
55[ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/JETLS.jl.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/JETLS.jl.yml )
6- [ ![ ] ( https://codecov.io/gh/aviatesk/JETLS.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aviatesk/JETLS.jl )
7- [ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.jl.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/LSP.jl.yml )
8- [ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/Documentation.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/Documentation.yml )
9- [ ![ ] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/jetls-client.yml/badge.svg )] ( https://github.com/aviatesk/JETLS.jl/actions/workflows/jetls-client.yml )
6+ [ ![ ] ( https://codecov.io/gh/aviatesk/JETLS.jl/branch/master/graph/badge.svg?flag=JETLS.jl )] ( https://codecov.io/gh/aviatesk/JETLS.jl&flags[0]=JETLS.jl )
107
118The goal of this project is to develop a new language server for
129[ Julia] ( https://julialang.org/ ) , currently called "JETLS".
You can’t perform that action at this time.
0 commit comments