Reject transactions for which there’s no chance for the chain to reach the required gas price #960
Workflow file for this run
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: lints | |
permissions: | |
contents: read | |
on: | |
push: | |
branches: | |
- dev | |
- trying | |
- staging | |
- 'release-**' | |
- 'feat-**' | |
paths: | |
- '**.md' | |
pull_request: | |
branches: | |
- dev | |
- 'release-**' | |
- 'feat-**' | |
paths: | |
- '**.md' | |
jobs: | |
lints: | |
name: lints | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "Markdown only change, no lints required"' |