diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-01 16:10:06 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-01 16:10:06 +0200 |
| commit | 358481060d8528a862873bf61e56f760c7773249 (patch) | |
| tree | 8c29313d546a6424c14b0d8f1d43ca6cfc79b545 /.github/workflows/ci_build.yml | |
| parent | 939beef168ff0bb34fa7cec99ca075e3eb3975b1 (diff) | |
| download | river-358481060d8528a862873bf61e56f760c7773249.tar.gz river-358481060d8528a862873bf61e56f760c7773249.tar.xz | |
Fix zig fmt for CI
Diffstat (limited to '.github/workflows/ci_build.yml')
| -rw-r--r-- | .github/workflows/ci_build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index e6a718c..2649bd6 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -35,4 +35,6 @@ jobs: - name: zig fmt run: | - zig fmt --check src/**/*.zig + zig fmt --check river/**/*.zig + zig fmt --check riverctl/**/*.zig + zig fmt --check build.zig |
