Skip to content

feat: xchacha20 encryption/decryption #15

feat: xchacha20 encryption/decryption

feat: xchacha20 encryption/decryption #15

Workflow file for this run

name: "Check"
on:
pull_request:
branches:
- main
jobs:
check:
name: Check Nix flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run flake checks
run: nix flake check