Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

add CI workflows

add CI workflows #3

name: ubuntu cargo format
on: [push, pull_request]
jobs:
test:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check