Ver código fonte

Update format.yaml

Abouzar Parvan 4 anos atrás
pai
commit
4c4dcf3221
1 arquivos alterados com 1 adições e 1 exclusões
  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