Skip to content

Commit 4a1a9cc

Browse files
author
root
committedNov 25, 2024
fix: solve conflicts
2 parents f982242 + 12f9594 commit 4a1a9cc

File tree

151 files changed

+6885
-10902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+6885
-10902
lines changed
 

‎.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ ZEROG_INDEXER_RPC=
9696
ZEROG_EVM_RPC=
9797
ZEROG_PRIVATE_KEY=
9898
ZEROG_FLOW_ADDRESS=
99+
100+
# Coinbase Commerce
101+
COINBASE_COMMERCE_KEY=

‎.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Run Prettier
2626
run: pnpm run prettier --check .
2727

28+
- name: Run Linter
29+
run: pnpm run lint
30+
2831
- name: Create test env file
2932
run: |
3033
echo "TEST_DATABASE_CLIENT=sqlite" > packages/core/.env.test

0 commit comments

Comments
 (0)
Please sign in to comment.