Skip to content

Commit 4845ffe

Browse files
authored
Taplo (#3298)
* taplo * taplo
1 parent fd62923 commit 4845ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ jobs:
723723
runs-on: ubuntu-24.04
724724
steps:
725725
- 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
726+
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
727727
- uses: actions/checkout@v4
728728
- name: Run taplo
729729
run: taplo format --check

0 commit comments

Comments
 (0)