Browse Source

Update format.yaml

Abouzar Parvan 4 years ago
parent
commit
4c4dcf3221
1 changed files with 1 additions and 1 deletions
  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