Skip to content

Commit 0e4188f

Browse files
committed
Update gdlint.yml
1 parent eee7a8f commit 0e4188f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gdlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
mkdir -p reports/gdlint/
3131
gdlint addons/gaea/editor/ | tee reports/gdlint/editor.txt
32-
gdlint addons/gdUnit4/graph/ | tee reports/gdlint/graph.txt
33-
gdlint addons/gdUnit4/nodes/ | tee reports/gdlint/nodes.txt
34-
gdlint addons/gdUnit4/resources/ | tee reports/gdlint/resources.txt
32+
gdlint addons/gaea/graph/ | tee reports/gdlint/graph.txt
33+
gdlint addons/gaea/nodes/ | tee reports/gdlint/nodes.txt
34+
gdlint addons/gaea/resources/ | tee reports/gdlint/resources.txt
3535
3636
- name: "Upload GDLint Report"
3737
if: failure()

0 commit comments

Comments
 (0)