Skip to content

fix: Compute the difference between the transaction cost and user bal… #1151

fix: Compute the difference between the transaction cost and user bal…

fix: Compute the difference between the transaction cost and user bal… #1151

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