소스 검색

Merge pull request #691 from exercism/configlet-subcommand

Support a subcommand on configlet in CI
Stuart Kent 9 년 전
부모
커밋
33fa844559
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh 파일 보기

@@ -5,7 +5,7 @@ set -e
5 5
 echo ""
6 6
 echo ">>> Running configlet..."
7 7
 bin/fetch-configlet
8
-bin/configlet .
8
+bin/configlet lint .
9 9
 
10 10
 pushd exercises
11 11
 echo ""