File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Check lint
1
+ name : lint
2
2
on : [push, pull_request]
3
3
4
4
defaults :
Original file line number Diff line number Diff line change 1
- name : Acceptance tests
1
+ name : tests
2
2
on :
3
3
push :
4
4
branches :
@@ -132,6 +132,16 @@ jobs:
132
132
- name : Warm up jedi cache
133
133
run : python scripts/jedi_cache.py
134
134
135
+ - name : Cache tectonic cache
136
+ uses : actions/cache@v2
137
+ with :
138
+ # locations for: Linux, MacOS, Windows
139
+ path : |
140
+ ~/.cache/Tectonic
141
+ ~/Library/Caches/Tectonic
142
+ %LOCALAPPDATA%/TectonicProject/Tectonic
143
+ key : ${{ runner.os }}-${{ hashFiles('scripts/tectonic_cache.py') }}
144
+
135
145
- name : Warm up tectonic cache
136
146
run : python scripts/tectonic_cache.py
137
147
Original file line number Diff line number Diff line change 1
1
# Language Server Protocol integration for Jupyter(Lab)
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master )] ( https://travis-ci.org/krassowski/jupyterlab-lsp ) [ ![ Build Status ] ( https://dev.azure. com/krassowskimichal /jupyterlab-lsp/_apis/build/status/jupyterlab-lsp?branchName=master )] ( https://dev.azure.com/krassowskimichal/jupyterlab-lsp/_build/latest?definitionId=1&branchName=master ) [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest )] ( https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb )
3
+ [ ![ Build Status] ( https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master )] ( https://travis-ci.org/krassowski/jupyterlab-lsp ) ![ tests ] ( https://github. com/krassowski /jupyterlab-lsp/workflows/tests/badge.svg ) [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest )] ( https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb )
4
4
5
5
> _ This project is still maturing, but you are welcome to check it out, leave feedback and/or a PR_
6
6
You can’t perform that action at this time.
0 commit comments