Skip to content

Commit 3b8110f

Browse files
committed
phobos still has its own dscanner.ini
1 parent eceb274 commit 3b8110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ jobs:
161161
for FILE in $(find std -name '*.d');
162162
do
163163
echo "$FILE"
164-
../bin/dscanner -S "$FILE"
164+
../bin/dscanner -S --config=.dscanner.ini "$FILE"
165165
done

0 commit comments

Comments
 (0)