Skip to content

Merge pull request #492 from geiger-rs/dependabot/cargo/rstest-0.18.2 #693

Merge pull request #492 from geiger-rs/dependabot/cargo/rstest-0.18.2

Merge pull request #492 from geiger-rs/dependabot/cargo/rstest-0.18.2 #693

Workflow file for this run

name: rustfmt
on:
pull_request:
paths-ignore:
- README.md
push:
branches: master
paths-ignore:
- README.md
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check