Skip to content

Commit

Permalink
Merge pull request #122 from renefritze/fix_actions
Browse files Browse the repository at this point in the history
fixes the linter execution in github actions
  • Loading branch information
jtpio authored Nov 23, 2022
2 parents 82f4a6c + db22110 commit 94f9d38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
- name: Linting
if: ${{ matrix.os == 'ubuntu-latest' }}
working-directory: jupyter-widget-testwidgets
run: |
yarn run lint:check
- name: Check docs can be build + links
if: ${{ matrix.os == 'ubuntu-latest' }}
working-directory: jupyter-widget-testwidgets/docs
working-directory: docs
run: |
sudo apt install -y pandoc
make html
Expand Down

0 comments on commit 94f9d38

Please sign in to comment.