Skip to content

repo-sync-2023-08-18T11:20:11+0800 #9

repo-sync-2023-08-18T11:20:11+0800

repo-sync-2023-08-18T11:20:11+0800 #9

Workflow file for this run

---
name: Bazel files linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting-check:
name: Run buildifier check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run buildifier
uses: jbajic/buildifier@v1