Skip to content

feat: do not wait for the provider to initialize to show MANA option #2183

feat: do not wait for the provider to initialize to show MANA option

feat: do not wait for the provider to initialize to show MANA option #2183

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Install
run: npm ci
- name: Audit signatures
run: npm audit signatures