set coinbase and base_fee in v0 storage (#652) #348
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: Workflow - CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: | |
- main | |
permissions: read-all | |
jobs: | |
trunk: | |
name: Trunk | |
uses: ./.github/workflows/trunk-check.yml | |
permissions: | |
checks: write | |
contents: read | |
tests: | |
name: Rust tests | |
uses: ./.github/workflows/test.yml |