Skip to content

Commit 94f9d38

Browse files
authored
Merge pull request #122 from renefritze/fix_actions
fixes the linter execution in github actions
2 parents 82f4a6c + db22110 commit 94f9d38

File tree

1 file changed

+1
-2
lines changed
  • {{cookiecutter.github_project_name}}/.github/workflows

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
3333
- name: Linting
3434
if: ${{ matrix.os == 'ubuntu-latest' }}
35-
working-directory: jupyter-widget-testwidgets
3635
run: |
3736
yarn run lint:check
3837
3938
- name: Check docs can be build + links
4039
if: ${{ matrix.os == 'ubuntu-latest' }}
41-
working-directory: jupyter-widget-testwidgets/docs
40+
working-directory: docs
4241
run: |
4342
sudo apt install -y pandoc
4443
make html

0 commit comments

Comments
 (0)