Ensure that implementation modules are resolvable #42
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 | |
on: | |
# Triggers the workflow on push or pull request events but only for the main branch | |
push: | |
branches: '*' | |
pull_request: | |
branches: '*' | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | |
- name: Check License Header | |
uses: apache/skywalking-eyes@438e4ea5682269933ea2c8b5608662e52af26959 # always prefer to use a hash instead of `main` or `v0.0.4`. | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed only when you want License-Eye to comment on the pull request. |