Skip to content

Bump rustix from 0.37.22 to 0.37.25 #33

Bump rustix from 0.37.22 to 0.37.25

Bump rustix from 0.37.22 to 0.37.25 #33

Workflow file for this run

name: rustfmt
on:
push:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt
- name: Check rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check