summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clang-format-fix.yml
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-16 11:23:26 (GMT)
committerGitHub <noreply@github.com>2023-03-16 11:23:26 (GMT)
commita1fb8d70e113088be36bdfc8ee09a3fc380108d8 (patch)
treedb48549d2482e4ce45cc3a6f728fe19d41156307 /.github/workflows/clang-format-fix.yml
parentb2da35ea7456fe95c42ff6343425351d670af960 (diff)
downloadhdf5-a1fb8d70e113088be36bdfc8ee09a3fc380108d8.zip
hdf5-a1fb8d70e113088be36bdfc8ee09a3fc380108d8.tar.gz
hdf5-a1fb8d70e113088be36bdfc8ee09a3fc380108d8.tar.bz2
Cherry-pick merges from develop to hdf5_1_14 (#2572)
Co-authored-by: Mark (he/his) C. Miller <miller86@llnl.gov> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Diffstat (limited to '.github/workflows/clang-format-fix.yml')
-rw-r--r--.github/workflows/clang-format-fix.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/clang-format-fix.yml b/.github/workflows/clang-format-fix.yml
index c1110cf..bb4d685 100644
--- a/.github/workflows/clang-format-fix.yml
+++ b/.github/workflows/clang-format-fix.yml
@@ -1,15 +1,15 @@
-name: clang-format Check
+name: clang-format Commit Changes
on:
workflow_dispatch:
push:
jobs:
formatting-check:
- name: Formatting Check
+ name: Commit Format Changes
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v3
- - name: Run clang-format style check for C and Java programs.
+ - name: Fix C and Java formatting issues detected by clang-format
uses: DoozyX/clang-format-lint-action@v0.13
with:
source: '.'