Skip to content

add bazel config file #3

add bazel config file

add bazel config file #3

Workflow file for this run

name: Bazel files check
permissions: read-all
on:
push:
branches:
- master
paths:
- '*.bazel'
- '*.bzl'
pull_request:
paths:
- '*.bazel'
- '*.bzl'
jobs:
check:
name: Validate formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup buildifier
run: |
go install github.com/bazelbuild/buildtools/buildifier@7.3.1
- name: Run buildifier
run: |
buildifier -mode check -r .