Skip to content

Enforce hexadecimal encoding of 'PasswordHash' (#99) #38

Enforce hexadecimal encoding of 'PasswordHash' (#99)

Enforce hexadecimal encoding of 'PasswordHash' (#99) #38

Workflow file for this run

name: "libsodium hs nix check"
on:
pull_request:
push:
branches: ["main"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: libsodium-hs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -Lv --allow-import-from-derivation --fallback