Skip to content

Commit

Permalink
ORC-FORMAT-3: Enable Protocol Buffers Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 8, 2023
1 parent 6959b31 commit e75ab0b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
distribution: zulu
java-version: 17

- uses: bufbuild/buf-setup-action@v1

- uses: bufbuild/buf-lint-action@v1
with:
input: "src/main/proto"

- name: Install
run: |
./mvnw install
20 changes: 20 additions & 0 deletions src/main/proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
version: v1
lint:
use:
- BASIC
File renamed without changes.

0 comments on commit e75ab0b

Please sign in to comment.