We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af20895 commit cbc88c6Copy full SHA for cbc88c6
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Linting
47
if: ${{ matrix.os == 'ubuntu-latest' }}
48
+ working-directory: jupyter-widget-testwidgets
49
run: |
50
yarn run lint:check
51
{{cookiecutter.github_project_name}}/.github/workflows/build.yml
@@ -32,14 +32,14 @@ jobs:
32
33
34
35
36
37
38
39
- name: Check docs can be build + links
40
41
+ working-directory: jupyter-widget-testwidgets/docs
42
43
sudo apt install -y pandoc
- pushd docs
44
make html
python -m pytest --check-links
- popd
0 commit comments