Skip to content

add get_miner_setting #9

add get_miner_setting

add get_miner_setting #9

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo clippy -v