Reverted commit 53700dd27e18ca77eb4f7b43506c515fd0ddd9a6. #715
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |