Skip to content

Commit b97a423

Browse files
committed
Issue #97: Create workflow file that builds the JS/CSS assets
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 0beecfb commit b97a423

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

2929
- name: Build assets
3030
run: npm run build
31+
32+
- name: Audit dependencies
33+
run: npm audit --audit-level=critical

0 commit comments

Comments
 (0)