Skip to content

Merge branch 'main' of github.com:safe-global/safe-modules into featu… #24

Merge branch 'main' of github.com:safe-global/safe-modules into featu…

Merge branch 'main' of github.com:safe-global/safe-modules into featu… #24

name: safe-modules-4337-local-bundler
on:
push:
paths:
- 'packages/4337-local-bundler/**'
jobs:
lint:
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
npm run lint -w packages/4337-local-bundler