Skip to content

Fix/jwe encryption in nested path #8

Fix/jwe encryption in nested path

Fix/jwe encryption in nested path #8

name: Build & Test
on:
pull_request:
branches:
- "**"
jobs:
build-and-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Run Tests
run: npm test
- name: Lint
run: npm run lint
- name: Minify
run: npm run minify
- name: Release Dry run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release --dry-run