Skip to content

Bump unicase from 2.8.0 to 2.8.1 (#20) #43

Bump unicase from 2.8.0 to 2.8.1 (#20)

Bump unicase from 2.8.0 to 2.8.1 (#20) #43

Workflow file for this run

name: Require Format
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Check rustfmt
run: cargo fmt --check