Skip to content

Commit

Permalink
chore: add name for stylua download step
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Aug 18, 2024
1 parent 821433c commit e4d740e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- shell: bash
- name: Download stylua
shell: bash
run: |
wget "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.0/stylua-linux.zip" -P /home/runner/.local/bin
unzip /home/runner/.local/bin/stylua-linux.zip -d /home/runner/.local/bin
Expand Down

0 comments on commit e4d740e

Please sign in to comment.