Skip to content

feat: bump to version 0.1.4 #30

feat: bump to version 0.1.4

feat: bump to version 0.1.4 #30

Workflow file for this run

name: 馃 Cargo Format Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt:
name: 馃攳 Check Rust Formatting
runs-on: ubuntu-latest
steps:
- name: 馃摜 Checkout Repository
uses: actions/checkout@v4
- name: 馃И Run Fmt
run: cargo fmt --all -- --check