Skip to content

chore: remove eth gas station (#14) #20

chore: remove eth gas station (#14)

chore: remove eth gas station (#14) #20

Workflow file for this run

name: pull request
on:
pull_request:
push:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features --all-targets -- -D warnings
- run: cargo test --all-features