Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

release 0.2.6

release 0.2.6 #211

Workflow file for this run

on: push
name: Rustfmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Rustfmt
run: cargo fmt -- --check