Skip to content

chore(deps): bump curve25519-dalek from 3.2.0 to 4.1.3 in /fuzz #144

chore(deps): bump curve25519-dalek from 3.2.0 to 4.1.3 in /fuzz

chore(deps): bump curve25519-dalek from 3.2.0 to 4.1.3 in /fuzz #144

Workflow file for this run

name: Test Nix flake
on:
pull_request:
push:
branches:
- main
jobs:
format:
name: check flake formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix fmt
# Check that formatting does not change anything.
- run: git diff --exit-code