diff options
| -rw-r--r-- | .github/workflows/format.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index a91862fa..22e56d61 100644 --- a/.github/workflows/format.yaml +++ b/.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 | 
