Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
CI: fix taplo version (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Feb 2, 2024
1 parent 16a4e29 commit 815a511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Checkout toml files
uses: actions/checkout@v3
- name: Run toml check
run: npx @taplo/cli fmt --config ./taplo/taplo.toml --check
run: npx @taplo/cli@0.5.2 fmt --config ./taplo/taplo.toml --check
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- CI: fix taplo version
- chore: add cache usage for `getEvents` and `getTransactionReceipt`
- fix: cairo1 contracts should be identified by their sierra class hash
- fix(cli): repair broken cli for da conf
Expand Down

0 comments on commit 815a511

Please sign in to comment.