Skip to content

Commit

Permalink
[VpC8nqNz] Adds license and notice validation to the CI (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Gem Lamont <[email protected]>
  • Loading branch information
ncordon and gem-neo4j authored Jul 4, 2023
1 parent 74c640a commit ca85785
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

license-checks:
runs-on: ubuntu-latest
needs: compile

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-jdk
- uses: ./.github/actions/setup-gradle-cache
- name: Check LICENSE and NOTICE files
run: ./gradlew validateLicenses generateLicensesFiles

tests:
strategy:
fail-fast: false
Expand Down

0 comments on commit ca85785

Please sign in to comment.