Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

feat(network): addition of network module #9

feat(network): addition of network module

feat(network): addition of network module #9

Workflow file for this run

name: Clippy check
# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features