Skip to content

0.2.9

0.2.9 #31

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