aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-01 16:10:06 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-01 16:10:06 +0200
commit358481060d8528a862873bf61e56f760c7773249 (patch)
tree8c29313d546a6424c14b0d8f1d43ca6cfc79b545 /.github/workflows
parent939beef168ff0bb34fa7cec99ca075e3eb3975b1 (diff)
downloadriver-358481060d8528a862873bf61e56f760c7773249.tar.gz
river-358481060d8528a862873bf61e56f760c7773249.tar.xz
Fix zig fmt for CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_build.yml4
-rw-r--r--.github/workflows/ci_build_xwayland.yml4
2 files changed, 6 insertions, 2 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
diff --git a/.github/workflows/ci_build_xwayland.yml b/.github/workflows/ci_build_xwayland.yml
index bdcdb51..bce9a18 100644
--- a/.github/workflows/ci_build_xwayland.yml
+++ b/.github/workflows/ci_build_xwayland.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