Skip to content

Commit cbc88c6

Browse files
committed
more cleanup
1 parent af20895 commit cbc88c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
4646
- name: Linting
4747
if: ${{ matrix.os == 'ubuntu-latest' }}
48+
working-directory: jupyter-widget-testwidgets
4849
run: |
4950
yarn run lint:check
5051

{{cookiecutter.github_project_name}}/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
3333
- name: Linting
3434
if: ${{ matrix.os == 'ubuntu-latest' }}
35+
working-directory: jupyter-widget-testwidgets
3536
run: |
3637
yarn run lint:check
3738
3839
- name: Check docs can be build + links
3940
if: ${{ matrix.os == 'ubuntu-latest' }}
41+
working-directory: jupyter-widget-testwidgets/docs
4042
run: |
4143
sudo apt install -y pandoc
42-
pushd docs
4344
make html
4445
python -m pytest --check-links
45-
popd

0 commit comments

Comments
 (0)