Skip to content

Check registration flow #54

Check registration flow

Check registration flow #54

Workflow file for this run

name: "Format"
on:
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run clippy
run: nix develop --command bash -c "just clippy"