Skip to content

Checking code format. #159

Checking code format.

Checking code format. #159

Workflow file for this run

name: Buzzer Linter
run-name: Checking code format.
on: [pull_request, push]
jobs:
clang-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: 'src'
fallback-style: 'Google'
go-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Go Lint
uses: Jerome1337/[email protected]
bazel-buildifier:
name: Run buildifier check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run buildifier
uses: jbajic/buildifier@v1