Skip to content

Use zlib-rs as primary deflate backend #1244

Use zlib-rs as primary deflate backend

Use zlib-rs as primary deflate backend #1244

Workflow file for this run

on:
push:
pull_request:
branches:
- main
name: Formatting
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add Rustfmt
run: rustup component add rustfmt
- name: Check formatting
run: cargo fmt --all --check