Skip to content

Commit 5b76987

Browse files
committed
CI: fix up things
1 parent 73da023 commit 5b76987

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/JETLS.jl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

LSP/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
In this directory, the Julia version of the
67
[LSP specification](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification)

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
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

118
The goal of this project is to develop a new language server for
129
[Julia](https://julialang.org/), currently called "JETLS".

0 commit comments

Comments
 (0)