Skip to content

fix: Use the keys of the map as the CURRENT_AVAILABLE_NOTIFICATIONS (… #1105

fix: Use the keys of the map as the CURRENT_AVAILABLE_NOTIFICATIONS (…

fix: Use the keys of the map as the CURRENT_AVAILABLE_NOTIFICATIONS (… #1105

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Clean install dependencies
run: npm ci
- name: Audit signatures
run: npm audit signatures