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 5840319
Show file tree
Hide file tree
Showing 22 changed files with 50 additions and 1,285 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 5840319

Please sign in to comment.