Skip to content

Commit

Permalink
Fix CI pipeline (#223)
Browse files Browse the repository at this point in the history
fix-ci-pipeline

Signed-off-by: John Sahhar <john@entropy.xyz>

Signed-off-by: John Sahhar <john@entropy.xyz>
  • Loading branch information
ok-john authored Nov 4, 2022
1 parent 0e31aa7 commit 484c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/then.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands:
- run: rustup target add wasm32-unknown-unknown --toolchain nightly
fmt-lint:
steps:
- run: curl -LsSf https://github.com/tamasfe/taplo/releases/latest/download/taplo-x86_64-unknown-linux-gnu.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- run: curl -LsSf https://github.com/tamasfe/taplo/releases/download/0.8.0/taplo-full-linux-x86_64.gz | gunzip -N -d - > ${CARGO_HOME:-~/.cargo}/bin/taplo && chmod +x ${CARGO_HOME:-~/.cargo}/bin/taplo
# We are using some unstable features of rustfmt
- run: rustup run nightly cargo fmt --check
- run: taplo fmt --check
Expand Down

0 comments on commit 484c03b

Please sign in to comment.