File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 71
71
miniforge-variant : Mambaforge
72
72
use-mamba : true
73
73
74
- - name : ' Revert templated file (TODO: remove)'
75
- run : git checkout requirements/github-actions.yml
76
-
77
74
- name : Install linting dependencies
78
75
run : mamba env update -n test --file requirements/lint.yml
79
76
86
83
with :
87
84
path : ' **/node_modules'
88
85
key : |
89
- ${{ env.CACHE_EPOCH }}-${{ runner.os }}-node-lint -${{ hashFiles('yarn.lock', 'requirements/github-actions.yml') }}
86
+ ${{ env.CACHE_EPOCH }}-${{ runner.os }}-node-build -${{ hashFiles('yarn.lock', 'requirements/github-actions.yml') }}
90
87
91
88
- name : Cache yarn packages
92
89
id : cache-yarn-packages
@@ -113,6 +110,9 @@ jobs:
113
110
- name : Lint backend
114
111
run : python scripts/lint.py
115
112
113
+ - name : ' Revert templated file (TODO: remove)'
114
+ run : git checkout requirements/github-actions.yml
115
+
116
116
- name : Lint frontend
117
117
run : jlpm lint:check
118
118
@@ -127,6 +127,7 @@ jobs:
127
127
os : [ubuntu]
128
128
nodejs : ['>=14,<15.0.0a0']
129
129
lab : ['>=3.0.0,<4.0.0a0']
130
+ r : ['>=4']
130
131
steps :
131
132
- uses : actions/checkout@v2
132
133
You can’t perform that action at this time.
0 commit comments