Skip to content

Commit

Permalink
CI: Clean up workflow file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 14, 2024
1 parent e82d2e3 commit 59f7fc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
name: Commit clang-format changes
runs-on: ubuntu-latest

if: "!contains(github.event.head_commit.message, 'skip-ci')"
permissions:
contents: write # In order to allow EndBug/add-and-commit to commit changes
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Fix C and Java formatting issues detected by clang-format
- name: Fix C++ and C formatting issues detected by clang-format
uses: DoozyX/[email protected]
with:
source: 'packages/seacas'
Expand Down

0 comments on commit 59f7fc8

Please sign in to comment.