Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/test_pr.yml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this, please remove

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Test build with default values

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: pnpm install

- name: Lint code
run: pnpm run lint

- name: Run Markket test
run: pnpm run build
1 change: 1 addition & 0 deletions .tool-versions
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this, please remove

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gitaalekhyapaul do we include the artifacts folder in the git? or clone them outside? it needs a route for them.

I'll update this pr with the artifacts

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 22.1.0
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@ai16z/eliza": "0.1.5-alpha.3",
"@ai16z/plugin-bootstrap": "0.1.5-alpha.3",
"@grammyjs/conversations": "^1.2.0",
"@nevermined-io/sdk": "^3.1.0",
"@ngrok/ngrok": "^1.4.1",
"@solana/web3.js": "^1.98.0",
"agent-twitter-client": "^0.0.18",
Expand Down
5 changes: 5 additions & 0 deletions server/src/services/nevermined.service.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// import { Nevermined } from '@nevermined-io/sdk'

// const nevermined = await Nevermined.getInstance(config);

// console.log(await nevermined.utils.versions.get())