You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ jobs:
14
14
simple:
15
15
runs-on: ubuntu-latest
16
16
steps:
17
+
- uses: actions/checkout@v1
17
18
- name: Setup clojure-lsp
18
19
uses: clojure-lsp/setup-clojure-lsp@v1
19
20
with:
@@ -22,3 +23,29 @@ jobs:
22
23
- name: Check clojure-lsp version
23
24
run: clojure-lsp --version
24
25
```
26
+
27
+
Remember to install the build tool for your project, this is required for clojure-lsp scan the project classpath correctly, for example cleaning the namespaces on a `deps.edn` project:
0 commit comments