chore: setup code for serialization #11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bazel files check | |
on: [push] | |
jobs: | |
formatting-check: | |
name: Formatting Bazel files check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup buildifier | |
uses: jbajic/setup-buildifier@v1 | |
- name: Run buildifier | |
run: | | |
buildifier -mode check -r . |