Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

[indexer] await listeners and improve health check #181

[indexer] await listeners and improve health check

[indexer] await listeners and improve health check #181

name: Extension Code Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths: [ fc-community-extension/** ]
jobs:
code-checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./fc-community-extension
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Run checks
run: yarn ci