Skip to content

Commit

Permalink
Update clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored and pionere committed Oct 20, 2023
1 parent 0c3c1f2 commit 9fc709b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: [ push, pull_request ]
# push:
# branches:
# - master
# paths-ignore:
# - '*.md'
# - 'docs/**'
# pull_request:
# types: [ opened, synchronize ]

Expand All @@ -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:
Expand Down

0 comments on commit 9fc709b

Please sign in to comment.