Skip to content

Commit

Permalink
ci: use action for taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 7, 2024
1 parent f0e7859 commit 89b5533
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ jobs:
node-version: ${{ matrix.node }}
# Used by nimpretty
- uses: jiro4989/setup-nim-action@v1
- uses: uncenter/setup-taplo@v1

- run: rustup toolchain install stable --profile minimal
- run: rustup component add rustfmt clippy

- name: Install taplo
run: curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo

- name: Validate taplo
run: taplo --version

Expand Down

0 comments on commit 89b5533

Please sign in to comment.