Skip to content

Introduces a new 'addElement' option to WSSE Security to add custom xml to <wsse> header #406

Introduces a new 'addElement' option to WSSE Security to add custom xml to <wsse> header

Introduces a new 'addElement' option to WSSE Security to add custom xml to <wsse> header #406

Workflow file for this run

name: PR Build
on: pull_request
jobs:
code-quality:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run cover
- run: npm run format:check