瀏覽代碼

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
 echo ""
5
 echo ""
6
 echo ">>> Running configlet..."
6
 echo ">>> Running configlet..."
7
 bin/fetch-configlet
7
 bin/fetch-configlet
8
-bin/configlet .
8
+bin/configlet lint .
9
 
9
 
10
 pushd exercises
10
 pushd exercises
11
 echo ""
11
 echo ""