Skip to content

Commit

Permalink
ci: asdf add stylua plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hernancerm committed Nov 24, 2024
1 parent 5a9010c commit f139e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: asdf-vm/actions/setup@v3

- name: Install stylua
run: asdf install stylua
run: |
asdf plugin add stylua
asdf install stylua
- name: Run stylua check
run: make testfmt
Expand Down

0 comments on commit f139e5c

Please # to comment.