Skip to content

Remove exhausted from NonReplayableNonce error #534

Remove exhausted from NonReplayableNonce error

Remove exhausted from NonReplayableNonce error #534

Workflow file for this run

name: vendoza
on:
workflow_dispatch:
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 19
- name: Install dependencies
run: yarn install --non-interactive --frozen-lockfile
- name: Vendoza Audit
run: yarn vendoza-audit