Skip to content

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

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

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

name: safe-modules-4337-passkey-example
on:
push:
paths:
- 'modules/4337/**'
- 'modules/passkey/**'
- 'examples/4337-passkeys/**'
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
npm run lint -w examples/4337-passkeys
npm run build -w examples/4337-passkeys
env:
VITE_WC_CLOUD_PROJECT_ID: ${{ secrets.VITE_WC_CLOUD_PROJECT_ID }}
VITE_WC_4337_BUNDLER_URL: ${{ secrets.VITE_WC_4337_BUNDLER_URL }}