diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index eb415f99..2eff15c3 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -5,6 +5,9 @@ on: [ push, pull_request ] # push: # branches: # - master +# paths-ignore: +# - '*.md' +# - 'docs/**' # pull_request: # types: [ opened, synchronize ] @@ -14,12 +17,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Formatting Check (Source) - #uses: jidicula/clang-format-action@v4.3.1 + #uses: jidicula/clang-format-action@v4.11.0 uses: pionere/clang-format-action@v1 #continue-on-error: true with: