Skip to content

release: v0.6.0 - encoding #254

release: v0.6.0 - encoding

release: v0.6.0 - encoding #254

Workflow file for this run

name: rustfmt
on:
push:
branches: [ master ]
pull_request:
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: rustfmt
- name: check formatting
run: cargo fmt --all -- --check