Skip to content

PQC: Implement draft RFC for ML-DSA with Ed25519 (#13) #116

PQC: Implement draft RFC for ML-DSA with Ed25519 (#13)

PQC: Implement draft RFC for ML-DSA with Ed25519 (#13) #116

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: JSDoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --ignore-scripts
- run: npm run docs