Skip to content

Merge pull request #246 from Minoru/dependabot/cargo/anyhow-1.0.77 #644

Merge pull request #246 from Minoru/dependabot/cargo/anyhow-1.0.77

Merge pull request #246 from Minoru/dependabot/cargo/anyhow-1.0.77 #644

Workflow file for this run

name: "Formatting"
on: [ push, pull_request ]
jobs:
build_and_test:
name: "cargo fmt"
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: "cargo fmt"
run: cargo fmt && git diff --exit-code