We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd62923 commit 4845ffeCopy full SHA for 4845ffe
.github/workflows/build_and_test.yml
@@ -723,7 +723,7 @@ jobs:
723
runs-on: ubuntu-24.04
724
steps:
725
- name: Install taplo
726
- 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
+ run: curl -fsSL https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-linux-x86_64.gz | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo
727
- uses: actions/checkout@v4
728
- name: Run taplo
729
run: taplo format --check
0 commit comments