Skip to content

Commit 796a486

Browse files
committed
Fix test
1 parent 40c52b4 commit 796a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: Test
134134
run: |
135-
docker run --rm ${{ steps.meta.outputs.tags }} --help
135+
docker run --rm ${{ steps.meta.outputs.tags }} /stylua --help
136136
137137
lint:
138138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)