Skip to content

[#208] Update package name to @safe-global/safe-erc4337, update descr… #111

[#208] Update package name to @safe-global/safe-erc4337, update descr…

[#208] Update package name to @safe-global/safe-erc4337, update descr… #111

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