Skip to content

Bump tempfile from 3.14.0 to 3.15.0 #972

Bump tempfile from 3.14.0 to 3.15.0

Bump tempfile from 3.14.0 to 3.15.0 #972

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