Skip to content

Commit

Permalink
fix: maintenance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Oct 2, 2024
1 parent ec99bf5 commit f257ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hover:

---
If:
PathMatch: ../CommonLibSSE-NG
PathMatch: ./build

Index:
Background: Skip
4 changes: 3 additions & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}"

- name: Run clang-format
uses: jayllyz/clang-format-action@v1
uses: DoozyX/[email protected]
with:
inplace: True

- name: Add & Commit
id: registry
Expand Down

0 comments on commit f257ab3

Please sign in to comment.