aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-09-30 12:55:07 +0200
committerGitHub Enterprise <[email protected]>2025-09-30 12:55:07 +0200
commiteda25e00c26e4cc12772ac752c9f260b3cf26585 (patch)
treead77e6f1592d66bbd4da5c72a434630dd266b851 /.github/workflows
parentparsing of `zen builds` `--log-progress` option fixed (#530) (diff)
downloadzen-eda25e00c26e4cc12772ac752c9f260b3cf26585.tar.xz
zen-eda25e00c26e4cc12772ac752c9f260b3cf26585.zip
use batching clang-format for quicker turnaround on validate actions (#529)
this changes the validate job to use a batching version of the clang-format-action which reduces turnaround from some six minutes to six seconds
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/validate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 9f6f81264..2dd5d46fb 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- name: clang-format
- uses: ue-foundation/[email protected]
+ uses: ue-foundation/clang-format-action@epic-batching-v1
with:
clang-format-version: '13'
check-path: 'src'