Skip to content

make grid use the renderer and such others are using #488

make grid use the renderer and such others are using

make grid use the renderer and such others are using #488

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: rustfmt
- uses: actions/checkout@master
- name: Check format
run: cargo fmt --all -- --check