use local version identifier for no-max-norm branch #3
This file contains hidden or 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 Check | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Check license headers | |
| uses: viperproject/check-license-header@v2 | |
| with: | |
| path: ./ | |
| config: ./.github/license-check/config.json | |
| strict: false |