Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 20, 2024
1 parent 0d01b87 commit 5d6c32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ coverage
tests
ui-tests
**/build/
jupytercad/
examples/
packages/opencascade/build.yml
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,11 @@ jobs:
jupyterlab=4
yarn=3
- name: Build the extension
- name: Lint
shell: bash -l {0}
run: |
set -eux
yarn install
yarn run lint:check
jlpm install
jlpm run lint:check
check_links:
name: Check Links
Expand Down

0 comments on commit 5d6c32d

Please sign in to comment.