diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2da8c07..4bd51aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: cache: true - name: Check formatting - run: stylua -c + run: stylua -c -v . lint: needs: ["fmt"]