Skip to content

Fix: Storing Multiple Miners in Piece DHT and Challenge System bugs #3

Fix: Storing Multiple Miners in Piece DHT and Challenge System bugs

Fix: Storing Multiple Miners in Piece DHT and Challenge System bugs #3

Workflow file for this run

name: Development
on:
pull_request:
branches:
- "**"
jobs:
lint_and_format:
name: Linting and formatting checks
uses: ./.github/workflows/lint-and-format.yml
# build:
# needs: lint_and_format
# name: Build
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# # TODO