Skip to content

Create a folder with experimental contracts, deploy webauthsignerfactory #69

Create a folder with experimental contracts, deploy webauthsignerfactory

Create a folder with experimental contracts, deploy webauthsignerfactory #69

name: safe-modules-4337-gas-metering
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./4337-gas-metering
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: npm
cache-dependency-path: 4337-gas-metering/package-lock.json
- run: npm ci
- run: npm run fmt:check
- run: npm run lint
- run: npm run build