Skip to content

Commit

Permalink
#984 Grant execute permissions for Gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusLieben committed Sep 17, 2023
1 parent 006face commit cb20cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
distribution: temurin
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check license headers
run: ./gradlew checkLicenses

Expand All @@ -33,5 +35,7 @@ jobs:
distribution: temurin
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check license headers
run: ./gradlew test

0 comments on commit cb20cf4

Please sign in to comment.