Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

refactor: cli help flag #10

refactor: cli help flag

refactor: cli help flag #10

Workflow file for this run

name: Lint 🤖
on:
pull_request:
push:
paths:
- '**.rs'
- '.github/workflows/lint.yml'
branches:
- '**'
env:
CARGO_TERM_COLOR: always
jobs:
rusfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rustup
run: |
rustup install stable
rustup default stable
- name: Check formatting
run: cargo fmt --all -- --check