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

ci: add linting check for ci using rust clippy #57

ci: add linting check for ci using rust clippy

ci: add linting check for ci using rust clippy #57

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