Skip to content

Merge pull request #338 from Minoru/dependabot/cargo/tempfile-3.15.0 #973

Merge pull request #338 from Minoru/dependabot/cargo/tempfile-3.15.0

Merge pull request #338 from Minoru/dependabot/cargo/tempfile-3.15.0 #973

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