Skip to content

chore(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 #878

chore(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0

chore(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 #878

Workflow file for this run

name: Format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v7
with:
lfs: true
- name: check format
run: cargo fmt --all -- --check