Gradle Project Parser independent of Rewrite via GradleProjectData #1421
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: Check License Lines | |
on: | |
push: | |
branches: '**' | |
# pull_request: | |
# branches: | |
# - main | |
jobs: | |
check-license-lines: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3 | |
- name: Check License Lines | |
uses: kt3k/license_checker@d12a6d90c58e30fefed09f2c4d03ba57f4c673a8 # [email protected] |