Skip to content

In LICENSE file, mention that the MIT license applies to src/simd.rs … #16

In LICENSE file, mention that the MIT license applies to src/simd.rs …

In LICENSE file, mention that the MIT license applies to src/simd.rs … #16

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: cargo fmt --check