Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Nov 5, 2024
1 parent 36b3b6d commit 5675f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci

# Build the library: needed to successfully run the following checks
- name: Build Library
run: npm run build:diracx-web-components

- name: Check formatting rules
run: npx prettier . --check
Expand Down

0 comments on commit 5675f6c

Please sign in to comment.