Skip to content

feat: layout and app store #478

feat: layout and app store

feat: layout and app store #478

Workflow file for this run

name: fmt
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Code Formatting
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Setup Rust Toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Execute `cargo fmt`
run: cargo fmt