Skip to content

feat(metrics): export Prometheus metrics #196

feat(metrics): export Prometheus metrics

feat(metrics): export Prometheus metrics #196

Workflow file for this run

name: CI
on:
- push
- pull_request
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2-beta
with:
node-version: 16.x
- name: Install
run: yarn
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Check style
run: yarn check-style