Skip to content

fix support page not showing (#220) #917

fix support page not showing (#220)

fix support page not showing (#220) #917

Workflow file for this run

name: Format
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: install fmt for nightly
run: rustup component add rustfmt --toolchain nightly
- name: Version
run: |
cargo +nightly version
cargo +nightly fmt --version
- name: rustfmt check
run: cargo +nightly fmt --check