Skip to content

[v6] Skip key validation for keys encrypted with non-legacy AEAD mechanism #630

[v6] Skip key validation for keys encrypted with non-legacy AEAD mechanism

[v6] Skip key validation for keys encrypted with non-legacy AEAD mechanism #630

Workflow file for this run

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