Skip to content

Commit

Permalink
ci: fix stylua installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasYOY committed Jun 22, 2024
1 parent eb20d62 commit 01a4ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-lua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y rustc
sudo cargo install stylua
sudo apt install nodejs
npm install @johnnymorganz/stylua-bin
- name: Lint
run: make lint_stylua

0 comments on commit 01a4ed2

Please sign in to comment.