diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-23 08:59:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 08:59:03 +0000 |
commit | 97e93f5f089d3ebd5c603b564aebd77e74bfcd4c (patch) | |
tree | 9ca484a78843371055da6809f3a769da46c00d7f /.github/workflows/ci.yml | |
parent | b1139801f4257c55a09012cf7d42d36d3f87a053 (diff) | |
parent | 5c4e521e295a7c089454b1d77f4570d46e1d32d3 (diff) |
Merge pull request #327 from themoeway/automate-legal
Automate generation of legal information for dependencies
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9106556e..65d5efb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: env: CI: true + - name: Build Legal + run: npm run license-report + - name: Build run: npm run build |