We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee7a8f commit 0e4188fCopy full SHA for 0e4188f
.github/workflows/gdlint.yml
@@ -29,9 +29,9 @@ jobs:
29
run: |
30
mkdir -p reports/gdlint/
31
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
+ gdlint addons/gaea/graph/ | tee reports/gdlint/graph.txt
+ gdlint addons/gaea/nodes/ | tee reports/gdlint/nodes.txt
+ gdlint addons/gaea/resources/ | tee reports/gdlint/resources.txt
35
36
- name: "Upload GDLint Report"
37
if: failure()
0 commit comments