Skip to content

Commit

Permalink
Fix CI taplo install
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Jan 6, 2025
1 parent c0bfea0 commit 625cc67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- uses: dtolnay/rust-toolchain@clippy
- name: install taplo
- name: Install taplo
env:
version: "0.9.3"
run: |
curl -Ls "https://github.com/tamasfe/taplo/releases/download/${{ env.version }}/taplo-full-linux-x86_64.gz" | \
gzip -d > taplo && \
chmod +x taplo
chmod +x taplo && \
sudo mv taplo /usr/local/bin/taplo
- run: make taplo-check

doc:
Expand Down

0 comments on commit 625cc67

Please sign in to comment.