File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
{{cookiecutter.github_project_name}}/.github/workflows Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 41
41
working-directory : jupyter-widget-testwidgets
42
42
run : |
43
43
python -m pytest
44
- yarn run lint:check
45
44
yarn run test
46
45
46
+ - name : Linting
47
+ if : ${{ matrix.os == 'ubuntu-latest' }}
48
+ run : |
49
+ yarn run lint:check
50
+
47
51
- name : Validate extension usage
48
52
working-directory : jupyter-widget-testwidgets
49
53
run : |
Original file line number Diff line number Diff line change 28
28
run : |
29
29
python -m pip install --upgrade -v -e ".[test, examples, docs]"
30
30
python -m pytest
31
- yarn run lint:check
32
31
yarn run test
33
32
33
+ - name : Linting
34
+ if : ${{ matrix.os == 'ubuntu-latest' }}
35
+ run : |
36
+ yarn run lint:check
37
+
34
38
- name : Check docs can be build + links
35
39
if : ${{ matrix.os == 'ubuntu-latest' }}
36
40
run : |
You can’t perform that action at this time.
0 commit comments