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

feat: initializing CLI for node initing and running #4

feat: initializing CLI for node initing and running

feat: initializing CLI for node initing and running #4

Workflow file for this run

name: Cargo Fmt
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check