Skip to content

Add daita as a custom config name #545

Add daita as a custom config name

Add daita as a custom config name #545

# Run `cargo fmt --check` on the `test` workspace
---
name: DES Testframework - Check formatting
on:
pull_request:
paths:
- 'test/**/*.rs'
- .github/workflows/rustfmt-test.yml
- rustfmt.toml
workflow_dispatch:
jobs:
check-formatting-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
components: rustfmt
default: true
- name: Check formatting
working-directory: test
run: |-
rustfmt --version
cargo fmt -- --check