Skip to content

Commit baefeeb

Browse files
authored
Update check-code-formatting.yml
switch to updated cloned repo
1 parent e68c165 commit baefeeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-code-formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Check code formatting
57-
uses: spencekonde/artistic-style-action@main
57+
uses: wke67/artistic-style-action@main
5858
with:
5959
options-file-path: ${{ env.OPTIONS_FILE_PATH }}
6060
name-patterns: |
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v4
8787

8888
- name: Check code formatting
89-
uses: spencekonde/artistic-style-action@main
89+
uses: wke67/artistic-style-action@main
9090
with:
9191
options-file-path: ${{ env.OPTIONS_FILE_PATH }}
9292
name-patterns: |
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v4
103103

104104
- name: Check code formatting
105-
uses: spencekonde/artistic-style-action@main
105+
uses: wke67/artistic-style-action@main
106106
with:
107107
options-file-path: ${{ env.OPTIONS_FILE_PATH }}
108108
name-patterns: |

0 commit comments

Comments
 (0)