Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
add validation rule in the cicd

Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Apr 21, 2024
1 parent c47aba0 commit a28e715
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:

- name: Install dependencies
run: cd viewer && npm ci

#TODO: we are not validating the schemas of the data files yet.
# - name: Validate
# run: cd viewer && npm run validate

- name: Validate
run: cd viewer && npm run validate

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a28e715

Please sign in to comment.