Lightelligence / rules_verilog

Bazel build rules for compiling Verilog
Other
21 stars 7 forks source link

Set up yapf and buildifier github actions #2

Closed ciglass closed 3 years ago

ciglass commented 3 years ago

I'd like to get yapf and buildifier running as bazel tests. I'm still looking in to the right way to set it up. I'm not very familiar with github actions yet. It looks like one option is to install bazelisk as part of a github action (https://github.com/vsco/bazelisk-action) then run the bazel tests. There is also a standalone yapf action (https://github.com/marketplace/actions/yapf-python-code-formatting-check).

ciglass commented 3 years ago

Finished in #3 and #5