Skip to content

Add streaming encrypt decrypt #315

Add streaming encrypt decrypt

Add streaming encrypt decrypt #315

Workflow file for this run

name: IronWeb CI
on:
push:
branches:
- main
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24.x
- name: build and unit test
run: |
yarn
yarn test