progpick 0.3.0

Bruteforce with a stream of permutations of a specific pattern
name: Cargo fmt

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  check:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - name: Run fmt
      run: cargo fmt --all -- --check