Skip to content

Update build to support Bazel 8/bzlmod #1

Update build to support Bazel 8/bzlmod

Update build to support Bazel 8/bzlmod #1

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint protobuf
uses: plexsystems/[email protected]
with:
configDirectory: .github