Skip to content

Revert "feat: implement IndexerService for InvoiceMinted events" #10

Revert "feat: implement IndexerService for InvoiceMinted events"

Revert "feat: implement IndexerService for InvoiceMinted events" #10

Workflow file for this run

name: API CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build