Skip to content

Fix Typos in pub_stats.hpp and prng.h (#423) #1100

Fix Typos in pub_stats.hpp and prng.h (#423)

Fix Typos in pub_stats.hpp and prng.h (#423) #1100

name: Check Formatting
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-03-01
components: rustfmt, clippy
- uses: pre-commit/action@v2.0.3