Skip to content

Update README.md for v0.2.0 release #5

Update README.md for v0.2.0 release

Update README.md for v0.2.0 release #5

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [ "main" ]
jobs:
fmt-check:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rustfmt
run: |
cargo fmt --all -- --check