Skip to content

[#146] Fix failing workflow #41

[#146] Fix failing workflow

[#146] Fix failing workflow #41

name: safe-modules-4337-gas-metering
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
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 -w modules/4337-gas-metering
- 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