Skip to content

attempt to fix a rendering bug, introduce a different rendering bug #18

attempt to fix a rendering bug, introduce a different rendering bug

attempt to fix a rendering bug, introduce a different rendering bug #18

Workflow file for this run

name: rust
on:
push:
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy -- -D warnings
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all -- --check