Skip to content

Commit abca9fb

Browse files
authored
Change linter command for CI (#470)
1 parent 906b1eb commit abca9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rm -rf ./exercises/build
99
echo ""
1010
echo ">>> Running configlet..."
1111
bin/fetch-configlet
12-
bin/configlet lint .
12+
bin/configlet lint
1313

1414
pushd exercises
1515
echo ""

0 commit comments

Comments
 (0)