diff options
| author | Stefan Boberg <[email protected]> | 2025-09-30 12:55:07 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-09-30 12:55:07 +0200 |
| commit | eda25e00c26e4cc12772ac752c9f260b3cf26585 (patch) | |
| tree | ad77e6f1592d66bbd4da5c72a434630dd266b851 /.github/workflows | |
| parent | parsing of `zen builds` `--log-progress` option fixed (#530) (diff) | |
| download | zen-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.yml | 2 |
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' |