Skip to content

Improve CPF validation #17

Improve CPF validation

Improve CPF validation #17

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [ "main" ]
jobs:
fmt:
runs-on: ubuntu-latest
name: Check Format
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: cargo fmt --check
run: cargo fmt --check