fix: print root cause error message to user facing interface #7212
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License checker | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-latest | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@df70871af1a8109c9a5b1dc824faaf65246c5236 |