chore(actions): give stylua check path in fmt workflow

This commit is contained in:
Erica Marigold 2024-04-26 11:16:57 +05:30 committed by GitHub
parent 0072a9fd87
commit 107406d50f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
cache: true
- name: Check formatting
run: stylua -c
run: stylua -c -v .
lint:
needs: ["fmt"]