Skip to content

Fix/daniel007 ai issues 362 363 365 367 #297

Fix/daniel007 ai issues 362 363 365 367

Fix/daniel007 ai issues 362 363 365 367 #297

Workflow file for this run

name: Lint, Test & Build
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- name: Unit tests
run: npm run test:run
- name: Build
run: npm run build
env:
NEXT_PUBLIC_STELLAR_NETWORK: testnet
NEXT_PUBLIC_CONTRACT_ID: CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD2KM