Skip to content

Merge pull request #86 from stepancheg/docs-rs-all-features #70

Merge pull request #86 from stepancheg/docs-rs-all-features

Merge pull request #86 from stepancheg/docs-rs-all-features #70

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt -- --check