| commit | dc3310a7395d8e5350222f1eaeb97727af7535c8 |
| parent | c31686e3a1 |
| author | Isaac Freund <[email protected]> |
| date | 2020-12-05 22:53 |
ci: check fmt of build.zig
.github/workflows/ci_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7be577d..65c3077 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -89,3 +89,4 @@ jobs: zig fmt --check riverctl/ zig fmt --check rivertile/ zig fmt --check example/ + zig fmt --check build.zig