Skip to content

Update OpenPGP.js to v6, and add support for profiles #4

Update OpenPGP.js to v6, and add support for profiles

Update OpenPGP.js to v6, and add support for profiles #4

Workflow file for this run

name: Code Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test