Skip to content

TEMP: 166/311 tests OK #32

TEMP: 166/311 tests OK

TEMP: 166/311 tests OK #32

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