Skip to content

Rustfmt does not expand macros when looking for submodules, explicitl… #814

Rustfmt does not expand macros when looking for submodules, explicitl…

Rustfmt does not expand macros when looking for submodules, explicitl… #814

Workflow file for this run

name: Checks
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --check -- **/*.rs
- run: cargo clippy --tests --features frivolity -- --deny warnings
- run: cargo test