Skip to content

Commit

Permalink
add more linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Mar 24, 2024
1 parent 3d84225 commit 908422f
Show file tree
Hide file tree
Showing 23 changed files with 62 additions and 1,297 deletions.
3 changes: 2 additions & 1 deletion .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Gradle
description: Sets up Gradle JDKs and runs Gradle
inputs:
arguments:
required: true
required: false
description: Gradle arguments
java:
required: true
Expand Down Expand Up @@ -83,6 +83,7 @@ runs:
gradle-home-cache-cleanup: true
gradle-home-cache-strict-match: true
- name: Run ${{ inputs.arguments }}
if: ${{ env.arguments != '' }}
env:
JAVA_HOME: ${{ steps.setup-gradle-jdk.outputs.path }}
ORG_GRADLE_PROJECT_org.gradle.java.installations.auto-download: 'false'
Expand Down
75 changes: 0 additions & 75 deletions .github/workflows/analysis.yml

This file was deleted.

126 changes: 0 additions & 126 deletions .github/workflows/benchmarks.yml

This file was deleted.

Loading

0 comments on commit 908422f

Please sign in to comment.