Skip to content

feat(funke): initialized new wallet and agent setup #368

feat(funke): initialized new wallet and agent setup

feat(funke): initialized new wallet and agent setup #368

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-22.04
name: Validate
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Compile
run: pnpm build
- name: Linting
run: pnpm lint
- name: Formatting
run: pnpm format
- name: Check Types
run: pnpm check-types