Skip to content

some more font fixes and updated wrap to include the bootstrap font w… #487

some more font fixes and updated wrap to include the bootstrap font w…

some more font fixes and updated wrap to include the bootstrap font w… #487

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