Skip to content

chore: bump deps

chore: bump deps #159

Workflow file for this run

name: Rust Format Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run fmt
run: cargo fmt --all --check
- name: Install Taplo
run: cargo install taplo-cli
- name: Format TOML
run: taplo fmt --option reorder_keys=true --check