updates tx-poller to latest tx cache API #236
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
# simplest example of using the rust-base action | |
jobs: | |
rust-base: | |
uses: init4tech/actions/.github/workflows/rust-base.yml@main |