diff options
author | Abouzar Parvan <[email protected]> | 2021-07-25 18:43:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-25 18:43:37 +0000 |
commit | 4c4dcf3221f5fb430e28ced894f4bd591f0cc85a (patch) | |
tree | 6f2f46e2a4e2e985907affde16040dfa42469ca7 | |
parent | a6cf2e871ad2fb0933f3f66ddeaf37ad92d79e76 (diff) |
Update format.yaml
-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 |