Skip to content

Commit

Permalink
Add lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 20, 2024
1 parent 4f23e60 commit b2ffff0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,30 @@ jobs:
ui-tests/test-results
ui-tests/playwright-report
check_linting:
name: Lint check
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: gis
create-args: >-
python=3.9
jupyterlab=4
yarn=3
- name: Build the extension
shell: bash -l {0}
run: |
set -eux
yarn install
yarn run lint:check
check_links:
name: Check Links
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2ffff0

Please sign in to comment.