瀏覽代碼

Update format.yaml

Abouzar Parvan 4 年之前
父節點
當前提交
4c4dcf3221
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/format.yaml

+ 1 - 1
.github/workflows/format.yaml

@@ -21,7 +21,7 @@ jobs:
 
       - name: Check formatting
         run: |
-          ./utils/stylua --config-path ./utils/.stylua.toml -c .
+          ./utils/stylua --config-path .stylua.toml -c .
   shfmt-check:
     name: "Formatting check with shfmt"
     runs-on: ubuntu-20.04