nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

How to make this informative / warning instead of error to avoid to block CI #403

Closed helio-frota closed 2 years ago

helio-frota commented 2 years ago

https://github.com/nodeshift/license-reporter/runs/4430457307?check_suite_focus=true

helio-frota commented 2 years ago

great github action feature continue on error:

    - name: Checking JS types
      run: npm run check
      continue-on-error: true