aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-01 16:20:48 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-01 16:20:48 +0200
commit33539d5b03840aedf5f729a9636ec353483c2422 (patch)
treedb134b0ec8e0671e92fc383b220bcf5d9fec77eb /.github
parent358481060d8528a862873bf61e56f760c7773249 (diff)
downloadriver-33539d5b03840aedf5f729a9636ec353483c2422.tar.gz
river-33539d5b03840aedf5f729a9636ec353483c2422.tar.xz
Really fix zig fmt CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_build.yml4
-rw-r--r--.github/workflows/ci_build_xwayland.yml4
2 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 2649bd6..e1311f8 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -35,6 +35,4 @@ jobs:
- name: zig fmt
run: |
- zig fmt --check river/**/*.zig
- zig fmt --check riverctl/**/*.zig
- zig fmt --check build.zig
+ find . -path ./zig-cache -prune -o -name "*.zig" -exec zig fmt --check {} ";"
diff --git a/.github/workflows/ci_build_xwayland.yml b/.github/workflows/ci_build_xwayland.yml
index bce9a18..6442f57 100644
--- a/.github/workflows/ci_build_xwayland.yml
+++ b/.github/workflows/ci_build_xwayland.yml
@@ -35,6 +35,4 @@ jobs:
- name: zig fmt
run: |
- zig fmt --check river/**/*.zig
- zig fmt --check riverctl/**/*.zig
- zig fmt --check build.zig
+ find . -path ./zig-cache -prune -o -name "*.zig" -exec zig fmt --check {} ";"