Skip to content

fix: number of rows should be roughly 3 and shouldn't be too big for … #145

fix: number of rows should be roughly 3 and shouldn't be too big for …

fix: number of rows should be roughly 3 and shouldn't be too big for … #145

Workflow file for this run

on:
push:
branches: [master_jammy]
pull_request:
name: CI
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: Create blank versions of configured file
run: echo -e "" >> src/config.rs
- name: Run cargo fmt
run: cargo fmt --all -- --check