Skip to content

Remove birthdate field #151

Remove birthdate field

Remove birthdate field #151

Workflow file for this run

on: [pull_request, push]
name: Continuous Integration
env:
RUSTFLAGS: -Dwarnings
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-features --all-targets --locked --workspace
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all --check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all-features --all-targets --locked --workspace