Skip to content

Merge pull request #64 from trilitech/emturner@crypto-verify-sig-shou… #188

Merge pull request #64 from trilitech/emturner@crypto-verify-sig-shou…

Merge pull request #64 from trilitech/emturner@crypto-verify-sig-shou… #188

Workflow file for this run

name: rustfmt
on:
push:
branches: [ master ]
pull_request:
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
with:
components: rustfmt
- name: check formatting
run: cargo fmt --all -- --check