Skip to content

poc(scanner): get started with the blockchain scanner proof of concept #129

poc(scanner): get started with the blockchain scanner proof of concept

poc(scanner): get started with the blockchain scanner proof of concept #129

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'