Skip to content

Moved lint ignores to the file they are required in. #609

Moved lint ignores to the file they are required in.

Moved lint ignores to the file they are required in. #609

Workflow file for this run

name: style
on:
push:
paths:
- '.github/workflows/style.yml'
- 'rustfmt.toml'
- '**.rs'
workflow_dispatch:
jobs:
style:
name: style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo fmt -v --check