Skip to content

Keyboard Case V2

Keyboard Case V2 #559

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Cargo Format
jobs:
fmt:
name: Cargo Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- run: cargo fmt --all -- --check