Skip to content

Implement AES-ECB in all providers except WebCrypto #22

Implement AES-ECB in all providers except WebCrypto

Implement AES-ECB in all providers except WebCrypto #22

Workflow file for this run

name: Branch CI
on:
workflow_dispatch:
push:
branches-ignore:
- main
- kotlin-eap/*
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-local.yml
secrets: inherit