Skip to content

100% Test Coverage for Safe WebAuthn Shared Signer #950

100% Test Coverage for Safe WebAuthn Shared Signer

100% Test Coverage for Safe WebAuthn Shared Signer #950

Workflow file for this run

name: safe-modules
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run fmt:global-check