Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreaker committed Aug 2, 2023
1 parent 74d57d8 commit 95db980
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ github.token }}
- name: Lint
run: make lint
- name: Generate
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ apply(plugin = "com.diffplug.spotless")
configure<SpotlessExtension> {
setEnforceCheck(false) // Disables lint on gradle builds.
java {
targetExclude("src/main/java/build/buf/validate/*.java")
targetExclude("src/main/java/build/buf/validate/**/*.java")
}
}

Expand Down
2 changes: 1 addition & 1 deletion conformance/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply(plugin = "com.diffplug.spotless")
configure<SpotlessExtension> {
setEnforceCheck(false) // Disables lint on gradle builds.
java {
targetExclude("src/main/java/build/buf/validate/*.java")
targetExclude("src/main/java/build/buf/validate/**/*.java")
}
}

Expand Down

0 comments on commit 95db980

Please sign in to comment.